Skip to content

Commit 5082f0c

Browse files
committed
Skip lint in release
1 parent fb9e769 commit 5082f0c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ jobs:
6363
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
6464
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
6565
66-
- name: Lint plugin
67-
run: |
68-
git clone https://github.com/grafana/plugin-validator
69-
pushd ./plugin-validator/cmd/plugincheck
70-
go install
71-
popd
72-
plugincheck ${{ steps.metadata.outputs.archive }}
73-
7466
- name: Create release
7567
id: create_release
7668
uses: actions/create-release@v1

0 commit comments

Comments
 (0)