Skip to content

Commit 6aadc2a

Browse files
committed
Update standardjs.yml
1 parent 0e57502 commit 6aadc2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/standardjs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- run: npx standard --verbose | npx snazzy
10+
- uses: oven-sh/setup-bun@v1
11+
with:
12+
bun-version: 1.0.15 # or "latest", "canary", <sha>
13+
- run: bunx standard --verbose | bunx snazzy

0 commit comments

Comments
 (0)