Explorar o código

fix: :construction_worker: lint:frontend in CI

ThatOneCalculator hai 1 ano
pai
achega
374ce5dc35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/lint-frontend.yaml

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

@@ -16,5 +16,5 @@ jobs:
       - run: bun --version
       - name: Install frontend dependencies
         run: bun install --frozen-lockfile
-      - run: bun run lint
+      - run: bun run lint:frontend
       - run: bun run lint:types