Skip to content

Commit

Permalink
chore(ci): use biome setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Jun 20, 2024
1 parent 82ff828 commit bb9e0e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun lint
- uses: biomejs/setup-biome@v2
- run: biome ci

test:
name: Run tests
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun lint
- uses: biomejs/setup-biome@v2
- run: biome ci

typecheck:
name: TypeScript
Expand Down

0 comments on commit bb9e0e3

Please sign in to comment.