Skip to content

Commit

Permalink
Add CI check for W605 flake8 warning in ECs
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Feb 9, 2023
1 parent b67c870 commit 2dbc65c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
- name: Run flake8 to verify PEP8-compliance of Python code
run: flake8

- name: Run flake8 to verify PEP8-compliance of Easyconfigs
run: flake8 --select W605 --filename '*.eb'

0 comments on commit 2dbc65c

Please sign in to comment.