Skip to content

Commit 6f5e22d

Browse files
committed
workflows: pylint: Run in error mode
Signed-off-by: Loïc Minier <[email protected]>
1 parent 6b480b6 commit 6f5e22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232

33-
- name: Run Pylint
34-
run: pylint scripts/*.py
33+
- name: Run Pylint (error mode)
34+
run: pylint --errors-only scripts/*.py
3535

0 commit comments

Comments
 (0)