1
0
Эх сурвалжийг харах

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

ThatOneCalculator 1 жил өмнө
parent
commit
5e13a50b42

+ 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()