From f64a2833773987eabaa51257811a6f165388fa9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20M=C3=BCller?= Date: Mon, 6 Jan 2025 10:22:47 +0100 Subject: [PATCH] fix(pipeline): Bugfix --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 91e7180..fab05ac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,8 +28,7 @@ jobs: cache-dependency-path: ./package-lock.json name: Install Dependencies # neu eigener step - name: Lint - working-directory: . - run: npm i + run: npm i && npm run lint:ci - name: Annotate Code uses: DerLev/eslint-annotations@v2 with: