Skip to content

Commit

Permalink
Merge pull request #84 from RSE-Sheffield/feat/codeql
Browse files Browse the repository at this point in the history
Removed invites from workflow file
  • Loading branch information
f-allian authored Jan 29, 2025
2 parents 481d80c + 92ccaa7 commit bd4ca63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: pip install black flake8 isort
- name: Lint Python code
run: |
dirs="SORT home survey invites"
dirs="SORT home survey"
isort $dirs --skip-glob '*/migrations/*'
black $dirs --exclude '/migrations/'
flake8 $dirs --exclude '*/migrations/*'
Expand Down

0 comments on commit bd4ca63

Please sign in to comment.