File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -17,30 +17,30 @@ jobs:
17
17
steps :
18
18
- uses : actions/checkout@v3
19
19
- name : Update local toolchain
20
- run : |
21
- rustup update
22
- rustup component add clippy
23
- rustup install nightly
24
-
25
- - name : Toolchain info
26
- run : |
27
- cargo --version --verbose
28
- rustc --version
29
- cargo clippy --version
30
-
31
- - name : Lint
32
- run : |
33
- cd interpol-rs
34
- cargo fmt -- --check
35
- cargo clippy -- -D warnings
36
-
37
- - name : Test
38
- run : |
39
- cd interpol-rs
40
- cargo check
41
- cargo test --all
42
-
43
- - name : Build
44
- run : |
45
- cd interpol-rs
46
- cargo build --release
20
+ run : |
21
+ rustup update
22
+ rustup component add clippy
23
+ rustup install nightly
24
+
25
+ - name : Toolchain info
26
+ run : |
27
+ cargo --version --verbose
28
+ rustc --version
29
+ cargo clippy --version
30
+
31
+ - name : Lint
32
+ run : |
33
+ cd interpol-rs
34
+ cargo fmt -- --check
35
+ cargo clippy -- -D warnings
36
+
37
+ - name : Test
38
+ run : |
39
+ cd interpol-rs
40
+ cargo check
41
+ cargo test --all
42
+
43
+ - name : Build
44
+ run : |
45
+ cd interpol-rs
46
+ cargo build --release
You can’t perform that action at this time.
0 commit comments