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 1d09f3d commit ab0670b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,10 @@ jobs:
run: |
cd frontend/frontend
npm run cypress-component
cd ../..
cd ../..
- name: Run Frontend Linting
run: |
cd frontend/frontend
npm install -g eslint
npm run lint
cd ../..

0 comments on commit ab0670b

Please sign in to comment.