Преглед изворни кода

fix: :green_heart: lint all aspects of frontend, even if failure

ThatOneCalculator пре 1 година
родитељ
комит
5e13a50b42
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      .github/workflows/lint-frontend.yaml

+ 2 - 1
.github/workflows/lint-frontend.yaml

@@ -17,4 +17,5 @@ jobs:
       - name: Install frontend dependencies
         run: bun install --frozen-lockfile
       - run: bun run lint:frontend
-      - run: bun run lint:types
+      - run: bun run lint:types
+        if: success() || failure()