Skip to content

Commit

Permalink
ci: 💚 replace bun action with pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
4doist committed Jul 3, 2024
1 parent 027d44e commit bc8225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: pnpm/action-setup@v4

- run: pnpm install
- run: pnpm run lint
Expand Down

0 comments on commit bc8225a

Please sign in to comment.