File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 13
13
name : Rust format, lint, and test
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
18
18
- uses : actions-rs/toolchain@v1
19
19
with :
35
35
name : Go build
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v3
39
39
40
40
- uses : actions/setup-go@v2
41
41
with :
47
47
name : App format, build, and test
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v2
51
-
52
- - uses : actions/setup-node@v2
53
- with :
54
- node-version : " 18"
55
-
56
- - run : npm ci
57
-
58
- - run : npx prettier --check .
50
+ - uses : actions/checkout@v3
59
51
60
52
- uses : actions-rs/toolchain@v1
61
53
with :
67
59
68
60
- run : wasm-pack build --target web crates/percival-wasm
69
61
62
+ - uses : actions/setup-node@v2
63
+ with :
64
+ node-version : " 18"
65
+
66
+ - run : npm ci
67
+
68
+ - run : npx prettier --check .
69
+
70
70
- run : npm run check
71
71
72
72
- run : npm run build
You can’t perform that action at this time.
0 commit comments