We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d730042 commit 8ad1b21Copy full SHA for 8ad1b21
.github/workflows/main.yml
@@ -118,6 +118,7 @@ jobs:
118
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
119
120
- name: Lint plugin
121
+ continue-on-error: true
122
run: |
123
git clone https://github.com/grafana/plugin-validator
124
pushd ./plugin-validator/pkg/cmd/plugincheck
0 commit comments