Skip to content

Commit eaef05b

Browse files
committed
fix indent
1 parent c9fadd8 commit eaef05b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo SENTRY_URL=${{ secrets.SENTRY_URL }} >> .env
8282
8383
- name: Install Bun
84-
uses: oven-sh/setup-bun@v2
84+
uses: oven-sh/setup-bun@v2
8585

8686
- name: Build WASM
8787
run: |

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo SENTRY_URL=${{ secrets.SENTRY_URL }} >> .env
2020
2121
- name: Install Bun
22-
uses: oven-sh/setup-bun@v2
22+
uses: oven-sh/setup-bun@v2
2323

2424
- name: Build WASM
2525
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo SENTRY_URL=${{ secrets.SENTRY_URL }} >> .env
2121
2222
- name: Install Bun
23-
uses: oven-sh/setup-bun@v2
23+
uses: oven-sh/setup-bun@v2
2424

2525
- name: Build WASM
2626
run: |

0 commit comments

Comments
 (0)