Skip to content

feat: Adds new dashboards for KCM and KSH metrics 1.0 #130

feat: Adds new dashboards for KCM and KSH metrics 1.0

feat: Adds new dashboards for KCM and KSH metrics 1.0 #130

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: pre-commit
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]