Skip to content

Commit 9725fc3

Browse files
author
tahzeer
committed
style(yml): standardize quotes in test-wasm.yml
1 parent fdae4b1 commit 9725fc3

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

.github/workflows/test-wasm.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ on:
44
push:
55
branches: [master]
66
paths:
7-
- 'crates/core/**'
8-
- 'crates/wasm/**'
9-
- 'Cargo.toml'
10-
- 'Cargo.lock'
11-
- '.github/workflows/test-wasm.yml'
7+
- "crates/core/**"
8+
- "crates/wasm/**"
9+
- "Cargo.toml"
10+
- "Cargo.lock"
11+
- ".github/workflows/test-wasm.yml"
1212
pull_request:
1313
branches: ["**"]
1414
paths:
15-
- 'crates/core/**'
16-
- 'crates/wasm/**'
17-
- 'Cargo.toml'
18-
- 'Cargo.lock'
19-
- '.github/workflows/test-wasm.yml'
15+
- "crates/core/**"
16+
- "crates/wasm/**"
17+
- "Cargo.toml"
18+
- "Cargo.lock"
19+
- ".github/workflows/test-wasm.yml"
2020

2121
jobs:
2222
test:
@@ -34,9 +34,7 @@ jobs:
3434
node-version: ${{ matrix.node-version }}
3535

3636
- name: Install wasm-pack
37-
run: |
38-
rm -f "$HOME/.cargo/bin/wasm-pack"
39-
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
37+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
4038

4139
- name: Cache Cargo
4240
uses: actions/cache@v4

0 commit comments

Comments
 (0)