Skip to content

Merge pull request #47 from NeedleInAJayStack/fix/issue-46 #80

Merge pull request #47 from NeedleInAJayStack/fix/issue-46

Merge pull request #47 from NeedleInAJayStack/fix/issue-46 #80

Workflow file for this run

name: Compatibility check
on: [push]
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Build plugin
run: npm run build
- name: Compatibility check
uses: grafana/plugin-actions/is-compatible@main
with:
module: './src/module.ts'
comment-pr: 'yes'
fail-if-incompatible: 'no'