Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoutAllaert authored Mar 14, 2024
1 parent 40dc1ea commit 1c6ba3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
pip install -r requirements.txt
- name: Linting API
run: |
flake8 ./api
cd api
flake8 .
cd ..
- name: Run Tests
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
Expand Down

0 comments on commit 1c6ba3a

Please sign in to comment.