Skip to content

Commit 80215f4

Browse files
committed
Remove broken lint step from release workflow
1 parent 8fa338b commit 80215f4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

-8
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ jobs:
8282
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
8383
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
8484
85-
- name: Lint plugin
86-
run: |
87-
git clone https://github.com/grafana/plugin-validator
88-
pushd ./plugin-validator/pkg/cmd/plugincheck2
89-
go install
90-
popd
91-
plugincheck2 ${{ steps.metadata.outputs.archive }}
92-
9385
- name: Create release
9486
id: create_release
9587
uses: actions/create-release@v1

0 commit comments

Comments
 (0)