Skip to content

Commit

Permalink
chore(update): update grafana version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Dec 28, 2023
1 parent 1acad86 commit 9b494dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/is-compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ jobs:
- name: Build plugin
run: yarn build
- name: Compatibility check
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime
uses: grafana/plugin-actions/is-compatible@v1
with:
module: "./src/module.ts"
comment-pr: "yes"
fail-if-incompatible: "no"

0 comments on commit 9b494dc

Please sign in to comment.