diff --git a/.github/workflows/is-compatible.yml b/.github/workflows/is-compatible.yml index 9b87dba6f..e07d9d405 100644 --- a/.github/workflows/is-compatible.yml +++ b/.github/workflows/is-compatible.yml @@ -35,4 +35,4 @@ jobs: - name: Build plugin run: npm run build - name: Compatibility check - run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime + run: npx @grafana/levitate@latest is-compatible --path src/module.tsx --target @grafana/data,@grafana/ui,@grafana/runtime