Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm committed Sep 7, 2024
1 parent 93c3a7c commit fd3c486
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ jobs:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run prettier --check .

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run test

0 comments on commit fd3c486

Please sign in to comment.