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

Commit 5bf22d2

Browse files
committed
Merge branch 'main' of github.com:pyroscope-io/grafana-datasource-plugin into main
2 parents 5cc99e5 + 23bee31 commit 5bf22d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
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)