Skip to content

Commit ce945e3

Browse files
committed
Fix linter path
1 parent 33f10ea commit ce945e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Lint plugin
120120
run: |
121121
git clone https://github.com/grafana/plugin-validator
122-
pushd ./plugin-validator/cmd/plugincheck
122+
pushd ./plugin-validator/pkg/cmd/plugincheck
123123
go install
124124
popd
125125
plugincheck ${{ steps.metadata.outputs.archive }}

0 commit comments

Comments
 (0)