Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Jan 12, 2024
1 parent dcdc49b commit b10f404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
with:
python-version: 3.8
- name: Install packets
run: sudo apt-get install pycodestyle pylint3 mypy shellcheck
run: sudo apt-get install pycodestyle pylint mypy shellcheck
- name: Lint with pycodestyle
run: find -name *.py | xargs pycodestyle
- name: Lint with pylint
continue-on-error: true
run: find -name *.py | xargs pylint3
run: find -name *.py | xargs pylint
- name: Typecheck with mypy
run: find -name *.py | xargs mypy
- name: Check bash scripts with shellcheck
Expand Down

0 comments on commit b10f404

Please sign in to comment.