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

fix: :construction_worker: lint:frontend in CI

ThatOneCalculator пре 1 година
родитељ
комит
374ce5dc35
1 измењених фајлова са 1 додато и 1 уклоњено
  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