Skip to content

Commit

Permalink
Lint and format in correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
demccormack committed Oct 14, 2023
1 parent 45d1028 commit 91851a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
echo "$DIR_LIST" | grep '{"name":"backend","type":"directory","url":"/backend"}'
- name: Lint
run: |
cd backend
pylint $(git ls-files '*.py')
- name: Format
run: |
cd backend
black . --check

0 comments on commit 91851a2

Please sign in to comment.