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 d08b518 commit 2a523e2Copy full SHA for 2a523e2
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Check scores
21
shell: bash
22
run: |
23
- if [[ "90" -gt "${{ steps.analysis.outputs.total }}" ]]; then
24
- echo "Score is less then 90, please check the analysis report and resolve the issues"
+ if [[ "100" -gt "${{ steps.analysis.outputs.total }}" ]]; then
+ echo "Score is less then 100, please check the analysis report and resolve the issues"
25
exit 1
26
fi
0 commit comments