Sfoglia il codice sorgente

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

ThatOneCalculator 1 anno fa
parent
commit
5e13a50b42
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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()