Skip to content

Commit

Permalink
Use plugincheck2
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Dec 5, 2024
1 parent f438e24 commit a76a14b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ jobs:
- name: Lint plugin
run: |
git clone --branch v0.7.1 --depth 1 https://github.com/grafana/plugin-validator
pushd ./plugin-validator/pkg/cmd/plugincheck
pushd ./plugin-validator/pkg/cmd/plugincheck2
go install
popd
plugincheck ${{ steps.metadata.outputs.archive }}
plugincheck2 ${{ steps.metadata.outputs.archive }}
- name: Create release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit a76a14b

Please sign in to comment.