Skip to content

Annotations: Multi-lane annotations rendering (lane per frame) #4819

Annotations: Multi-lane annotations rendering (lane per frame)

Annotations: Multi-lane annotations rendering (lane per frame) #4819

Workflow file for this run

name: "verify-kinds"
on:
pull_request:
branches: [ main ]
paths:
- '**/*.cue'
permissions: {}
jobs:
main:
runs-on: "ubuntu-latest"
permissions:
contents: read # clone repository
steps:
- name: "Checkout Grafana repo"
uses: "actions/checkout@v5"
with:
fetch-depth: 0
persist-credentials: false
- name: "Setup Go"
uses: "actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00"
with:
go-version-file: go.mod
- name: "Verify kinds"
run: go run .github/workflows/scripts/kinds/verify-kinds.go
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}