Skip to content

Commit

Permalink
Clean up lint workflow Finch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ripleymj committed Aug 7, 2022
1 parent 0520322 commit 8ec06a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ jobs:
- name: Install dependencies
run: |
pip3 install pyyaml pygobject pylint click PyGithub jinja2 aiohttp
# We cannot just do roles/*/*/*py because we do not want to lint the
# finch scripts which we cannot change
- name: Run pylint
run: |
pylint roles/common/*/*.py scripts/*.py
pylint roles/*/*/*.py scripts/*.py
Shell:
name: Run Shell linting
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 8ec06a6

Please sign in to comment.