Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
ndxbn committed Nov 1, 2024
1 parent 948e04e commit b750fc7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Setup Biome
uses: biomejs/setup-biome@1cbe33ead22c7a2fded3b52fa2893611c815c9b5 # v2
# lint
- name: Run bun lint
run: bun lint:docs:ja
- run: bun install
- run: bun lint:docs:ja
# bun lint may be biome, so you may not need to run.
- name: Run Biome
run: biome ci .
- run: biome ci .

0 comments on commit b750fc7

Please sign in to comment.