diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce9d366..c448e4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: build: - name: Build and Test + name: Lint timeout-minutes: 15 runs-on: ubuntu-latest @@ -31,5 +31,5 @@ jobs: - name: Install dependencies run: pnpm install - - name: Build + - name: Lint project with Biome run: pnpm format-and-lint \ No newline at end of file