Skip to content

Commit

Permalink
chore(ci): only check lint in lib
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Jun 20, 2024
1 parent bb9e0e3 commit 2eebe9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
- run: biome ci
- run: biome ci lib

test:
name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
- run: biome ci
- run: biome ci lib

typecheck:
name: TypeScript
Expand Down

0 comments on commit 2eebe9f

Please sign in to comment.