Skip to content

Commit e83fd2c

Browse files
committed
GH Actions: switch Pylint output format to "GitHub Actions"
1 parent f83c97a commit e83fd2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-style.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ jobs:
5555
python -m pip install --upgrade pip
5656
pip install pylint setuptools
5757
- name: Run Pylint
58-
run: |
59-
pylint $(git ls-files '*.py')
58+
run: pylint -f github $(git ls-files '*.py')

0 commit comments

Comments
 (0)