We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d76a21 commit 3180c75Copy full SHA for 3180c75
.github/workflows/deploy.yml
@@ -9,8 +9,8 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
13
- - run: yarn
14
- - run: yarn lint
15
- - run: yarn tsc
16
- - run: yarn test
+ - uses: actions/checkout@v4
+ - run: bun install
+ - run: bun lint
+ - run: bun tsc
+ - run: bun run test
.github/workflows/pull-request.yml
checks:
0 commit comments