Skip to content

Commit

Permalink
chore: use biome lint in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jun 6, 2024
1 parent 57373df commit 4b2d19c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
- uses: actions/checkout@v4
- name: corepack
run: corepack enable
- uses: biomejs/setup-biome@v2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: install
run: yarn
- name: lint
run: yarn lint
run: biome lint
- name: build
run: yarn build
- name: test
Expand Down

0 comments on commit 4b2d19c

Please sign in to comment.