Skip to content

Commit bd4ca63

Browse files
authored
Merge pull request #84 from RSE-Sheffield/feat/codeql
Removed invites from workflow file
2 parents 481d80c + 92ccaa7 commit bd4ca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: pip install black flake8 isort
1515
- name: Lint Python code
1616
run: |
17-
dirs="SORT home survey invites"
17+
dirs="SORT home survey"
1818
isort $dirs --skip-glob '*/migrations/*'
1919
black $dirs --exclude '/migrations/'
2020
flake8 $dirs --exclude '*/migrations/*'

0 commit comments

Comments
 (0)