From 814550903adc2e1ed69b79307e6c36cfefe0b35a Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 2 Nov 2025 14:52:04 +0100 Subject: [PATCH] delete lint job --- .gitea/workflows/checks-and-policy.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/checks-and-policy.yml b/.gitea/workflows/checks-and-policy.yml index 25dbd50..a5a09a1 100644 --- a/.gitea/workflows/checks-and-policy.yml +++ b/.gitea/workflows/checks-and-policy.yml @@ -61,11 +61,6 @@ jobs: git clone --quiet "$CLONE_URL_WITH_AUTH" . echo "${{ gitea.repository }} cloned successfully." - #Check frontend linting - - name: Check frontend linting - working-directory: ./frontend - run: yarn lint - # Install frontend dependencies and run tests - name: Install dependencies, run tests and build frontend #uses: actions/cache@v3 @@ -79,6 +74,7 @@ jobs: frontend-${{ runner.os }}-yarn- run: | yarn install --frozen-lockfile + yarn lint yarn build #yarn test --watchAll=false --ci @@ -151,4 +147,4 @@ jobs: working-directory: . run: mvn clean test -Dspring.profiles.active=test - echo "Backend test and build workflow successfully completed." + echo "Backend test and build workflow successfully completed." \ No newline at end of file