File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
target : wasm32-wasip2 # WebAssembly target
17
17
components : rustfmt
18
+ -
uses :
edgee-cloud/[email protected]
19
+ - run : edgee component build
18
20
- run : cargo check
19
21
fmt :
20
22
name : cargo fmt
24
26
- uses : dtolnay/rust-toolchain@stable
25
27
with :
26
28
components : rustfmt
29
+ target : wasm32-wasip2
30
+ -
uses :
edgee-cloud/[email protected]
31
+ - run : edgee component build
27
32
- uses : actions-rust-lang/rustfmt@v1
28
33
clippy :
29
34
name : clippy
35
40
- uses : dtolnay/rust-toolchain@stable
36
41
with :
37
42
components : clippy
43
+ target : wasm32-wasip2
44
+ -
uses :
edgee-cloud/[email protected]
45
+ - run : edgee component build
38
46
- uses : wearerequired/lint-action@master
39
47
with :
40
48
clippy : true
44
52
steps :
45
53
- uses : actions/checkout@v4
46
54
- uses : dtolnay/rust-toolchain@stable
55
+ with :
56
+ target : wasm32-wasip2
57
+ -
uses :
edgee-cloud/[email protected]
58
+ - run : edgee component build
47
59
- run : make test
48
60
49
61
coverage :
52
64
steps :
53
65
- uses : actions/checkout@v4
54
66
- uses : dtolnay/rust-toolchain@stable
67
+ with :
68
+ target : wasm32-wasip2
55
69
- uses : taiki-e/install-action@cargo-llvm-cov
70
+ -
uses :
edgee-cloud/[email protected]
71
+ - run : edgee component build
56
72
- run : make test.coverage.lcov
57
73
- uses : coverallsapp/github-action@v2
You can’t perform that action at this time.
0 commit comments