21 lines
433 B
YAML
21 lines
433 B
YAML
name: Plugins - CI
|
|
permissions:
|
|
contents: read
|
|
id-token: write
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
|
|
jobs:
|
|
ci:
|
|
name: CI
|
|
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@main
|
|
with:
|
|
go-version: '1.24'
|
|
golangci-lint-version: '1.64.6'
|
|
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
|
|
run-playwright: true
|