Преглед на файлове

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