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 5def2dc commit 64fae74Copy full SHA for 64fae74
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Checkout your repository using git
22
uses: actions/checkout@v4
23
- - uses: oven-sh/setup-bun@v1
+ - uses: oven-sh/setup-bun@v2
24
- run: bun install
25
- run: bun run lint
26
- run: bun run build
.github/workflows/pr.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
0 commit comments