Skip to content

Commit def75d0

Browse files
committed
fix(ci): explicitly mention fail level
1 parent 6d28bd0 commit def75d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
uv sync --group ci
3131
- name: Analysing the code with pylint
3232
run: |
33-
uv run pylint --output-format=text src/pycasx
33+
uv run pylint --fail-under=9 --output-format=text src/pycasx

0 commit comments

Comments
 (0)