We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26e011 commit 1bacf1bCopy full SHA for 1bacf1b
.github/workflows/release.yml
@@ -108,7 +108,7 @@ jobs:
108
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
109
- name: Lint plugin
110
run: |
111
- git clone https://github.com/grafana/plugin-validator
+ git clone --branch v0.6.2 --depth 1 https://github.com/grafana/plugin-validator
112
pushd ./plugin-validator/pkg/cmd/plugincheck
113
go install
114
popd
0 commit comments