This repository was archived by the owner on Apr 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11{
22 "name" : " pyroscope-pyroscope-grafana" ,
3- "version" : " 0 .0.1 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " Pyroscope plugin for grafana" ,
55 "scripts" : {
66 "build" : " grafana-toolkit plugin:build" ,
You can’t perform that action at this time.
0 commit comments