Skip to content

Commit 546c454

Browse files
committed
CI - update expected linter score
1 parent 504b29c commit 546c454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check scores
1919
shell: bash
2020
run: |
21-
if [[ "90" -gt "${{ steps.analysis.outputs.total }}" ]]; then
22-
echo "Score is less then 90, please check the analysis report and resolve the issues"
21+
if [[ "${{ steps.analysis.outputs.total }}" != "110" ]]; then
22+
echo "Expected score 110, got ${{ steps.analysis.outputs.total }}, please check the analysis report and resolve the issues"
2323
exit 1
2424
fi

0 commit comments

Comments
 (0)