Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis2003 authored May 23, 2024
1 parent 39086bb commit ed1fdf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Linting Frontend
run: |
cd frontend/frontend
eslint .
npm install -g eslint
npm run lint
cd ../..
- name: Run Backend Tests
env:
Expand Down

0 comments on commit ed1fdf6

Please sign in to comment.