From 39086bb65472420a8983d9dec0a48acac0731645 Mon Sep 17 00:00:00 2001 From: Mathis De Witte <49711425+mathis2003@users.noreply.github.com> Date: Thu, 23 May 2024 21:28:23 +0200 Subject: [PATCH] Update django.yml --- .github/workflows/django.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 6d1d55b6..90c53e38 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -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: @@ -80,8 +80,3 @@ jobs: cd frontend/frontend npm run cypress-component cd ../.. - - name: Run Frontend Linting - run: | - cd frontend/frontend - eslint . - cd ../..