Skip to content

Commit

Permalink
Add submissions and test dir to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fsschneider committed Jan 24, 2022
1 parent c474f7a commit f3d14b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Run pylint
run: |
pylint algorithmic_efficiency
pylint sample_submissions
pylint tests
isort:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3d14b9

Please sign in to comment.