Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit d6abc84

Browse files
authored
Enabled linting back
1 parent 5bf22d2 commit d6abc84

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ jobs:
116116
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
117117
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
118118
119-
# - name: Lint plugin
120-
# run: |
121-
# git clone https://github.com/grafana/plugin-validator
122-
# pushd ./plugin-validator/cmd/plugincheck
123-
# go install
124-
# popd
125-
# plugincheck ${{ steps.metadata.outputs.archive }}
119+
- name: Lint plugin
120+
run: |
121+
git clone https://github.com/grafana/plugin-validator
122+
pushd ./plugin-validator/cmd/plugincheck
123+
go install
124+
popd
125+
plugincheck ${{ steps.metadata.outputs.archive }}
126126
127127
- name: Create release
128128
id: create_release

0 commit comments

Comments
 (0)