Skip to content

Commit 26d1953

Browse files
committed
Fix formatting
1 parent 6a6dc18 commit 26d1953

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
toolchain: stable
2424
override: true
2525

26-
- name: Install wasm-pack
27-
run: |
28-
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
29-
rustup target add wasm32-unknown-unknown
26+
- name: Install wasm-pack
27+
run: |
28+
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
29+
rustup target add wasm32-unknown-unknown
3030
3131
- name: Run tests
3232
run: make precommit

.github/workflows/website.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
profile: minimal
3434
toolchain: stable
3535
override: true
36-
- name: Install wasm-pack
37-
run: |
38-
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
39-
rustup target add wasm32-unknown-unknown
40-
- name: Check out repository
41-
uses: actions/checkout@v3
36+
- name: Install wasm-pack
37+
run: |
38+
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
39+
rustup target add wasm32-unknown-unknown
40+
- name: Check out repository
41+
uses: actions/checkout@v3
4242

4343
# Only release if the tests pass
4444
- name: Run tests

0 commit comments

Comments
 (0)