Skip to content

Commit 892bad1

Browse files
authored
fix plugin validator (#25)
1 parent 470c8e7 commit 892bad1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ jobs:
120120
- name: Lint plugin
121121
run: |
122122
git clone https://github.com/grafana/plugin-validator
123+
cd plugin-validator
123124
git checkout a36fe1f22e6ae16a30825e3e54ec36e503a42559
125+
cd ..
124126
pushd ./plugin-validator/pkg/cmd/plugincheck2
125127
go install
126128
popd

0 commit comments

Comments
 (0)