Skip to content

Commit 2a523e2

Browse files
committed
CI linter - increase expected score, now that the package "supports" JS/web
"supports" in quotes, because it's not actually supported yet, just won't import anything not available on JS/web platforms
1 parent d08b518 commit 2a523e2

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check scores
2121
shell: bash
2222
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"
23+
if [[ "100" -gt "${{ steps.analysis.outputs.total }}" ]]; then
24+
echo "Score is less then 100, please check the analysis report and resolve the issues"
2525
exit 1
2626
fi

0 commit comments

Comments
 (0)