Skip to content

Commit

Permalink
add linting to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis2003 authored Mar 10, 2024
1 parent ef31a79 commit ba06117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.txt
- name: Linting API
run: |
flake8 ./api
- name: Run Tests
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
Expand Down

0 comments on commit ba06117

Please sign in to comment.