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 57ce442 commit 39086bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Linting Frontend
run: |
cd frontend/frontend
eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0
eslint .
cd ../..
- name: Run Backend Tests
env:
Expand All @@ -80,8 +80,3 @@ jobs:
cd frontend/frontend
npm run cypress-component
cd ../..
- name: Run Frontend Linting
run: |
cd frontend/frontend
eslint .
cd ../..

0 comments on commit 39086bb

Please sign in to comment.