File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -16,28 +16,28 @@ jobs:
16
16
- name : Run tests
17
17
run : cargo test
18
18
19
- fmt :
20
- name : Rustfmt
21
- runs-on : ubuntu-latest
22
- steps :
23
- - uses : actions/checkout@v3
24
- - uses : dtolnay/rust-toolchain@stable
25
- with :
26
- components : rustfmt
27
- - name : Enforce formatting
28
- run : cargo fmt --check
19
+ # fmt:
20
+ # name: Rustfmt
21
+ # runs-on: ubuntu-latest
22
+ # steps:
23
+ # - uses: actions/checkout@v3
24
+ # - uses: dtolnay/rust-toolchain@stable
25
+ # with:
26
+ # components: rustfmt
27
+ # - name: Enforce formatting
28
+ # run: cargo fmt --check
29
29
30
- clippy :
31
- name : Clippy
32
- runs-on : ubuntu-latest
33
- steps :
34
- - uses : actions/checkout@v3
35
- - uses : dtolnay/rust-toolchain@stable
36
- with :
37
- components : clippy
38
- - uses : Swatinem/rust-cache@v2
39
- - name : Linting
40
- run : cargo clippy -- -D warnings
30
+ # clippy:
31
+ # name: Clippy
32
+ # runs-on: ubuntu-latest
33
+ # steps:
34
+ # - uses: actions/checkout@v3
35
+ # - uses: dtolnay/rust-toolchain@stable
36
+ # with:
37
+ # components: clippy
38
+ # - uses: Swatinem/rust-cache@v2
39
+ # - name: Linting
40
+ # run: cargo clippy -- -D warnings
41
41
42
42
coverage :
43
43
name : Code coverage
You can’t perform that action at this time.
0 commit comments