Skip to content

Commit

Permalink
misc(ci): Shorten pylint step name
Browse files Browse the repository at this point in the history
consistent to the flake8 step name
  • Loading branch information
Kissaki committed Mar 15, 2024
1 parent e44239a commit 0211884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pylint pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Analysing the code with pylint
- name: Lint with pylint
run: pylint --errors-only $(git ls-files '*.py')
continue-on-error: true
- name: Lint with flake8
Expand Down

0 comments on commit 0211884

Please sign in to comment.