diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 90c53e38..490ac7b7 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -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: