From 0757ca64f953aa7a3839c0d32194dfe14ca6f736 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Mon, 29 Dec 2025 13:32:46 -0600 Subject: [PATCH] Update CI workflow by adding linting step to frontend --- .gitea/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 51a1124..d6ea97a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,6 +25,8 @@ jobs: run: task setup - name: Install dependencies run: task install:ci + - name: Lint + run: task lint - name: Frontend checks run: task check - name: Build frontend @@ -35,7 +37,7 @@ jobs: name: frontend-build path: build/ - lint-backend: + scan-backend: runs-on: ubuntu-latest steps: - name: Checkout @@ -49,7 +51,7 @@ jobs: build-backend: runs-on: ubuntu-latest - needs: [build-frontend, lint-backend] + needs: [build-frontend, scan-backend] steps: - name: Checkout uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4