Skip to content

Commit

Permalink
chore: fix biome in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Aug 30, 2024
1 parent 12d8dd8 commit db6312d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
id: checkout
uses: actions/checkout@v4

- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest

- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
Expand All @@ -32,9 +37,8 @@ jobs:
id: npm-ci
run: npm ci

- name: Lint
id: npm-lint
run: npm run lint
- name: Run Biome
run: biome ci .

- name: Test
id: npm-ci-test
Expand Down

0 comments on commit db6312d

Please sign in to comment.