File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -34,34 +34,34 @@ jobs:
3434 with :
3535 command : test
3636
37- fmt :
38- name : Rustfmt
39- runs-on : ubuntu-latest
40- steps :
41- - uses : actions/checkout@v2
42- - uses : actions-rs/toolchain@v1
43- with :
44- profile : minimal
45- toolchain : stable
46- override : true
47- - run : rustup component add rustfmt
48- - uses : actions-rs/cargo@v1
49- with :
50- command : fmt
51- args : --all -- --check
37+ # fmt:
38+ # name: Rustfmt
39+ # runs-on: ubuntu-latest
40+ # steps:
41+ # - uses: actions/checkout@v2
42+ # - uses: actions-rs/toolchain@v1
43+ # with:
44+ # profile: minimal
45+ # toolchain: stable
46+ # override: true
47+ # - run: rustup component add rustfmt
48+ # - uses: actions-rs/cargo@v1
49+ # with:
50+ # command: fmt
51+ # args: --all -- --check
5252
53- clippy :
54- name : Clippy
55- runs-on : ubuntu-latest
56- steps :
57- - uses : actions/checkout@v2
58- - uses : actions-rs/toolchain@v1
59- with :
60- profile : minimal
61- toolchain : stable
62- override : true
63- - run : rustup component add clippy
64- - uses : actions-rs/cargo@v1
65- with :
66- command : clippy
67- args : -- -D warnings
53+ # clippy:
54+ # name: Clippy
55+ # runs-on: ubuntu-latest
56+ # steps:
57+ # - uses: actions/checkout@v2
58+ # - uses: actions-rs/toolchain@v1
59+ # with:
60+ # profile: minimal
61+ # toolchain: stable
62+ # override: true
63+ # - run: rustup component add clippy
64+ # - uses: actions-rs/cargo@v1
65+ # with:
66+ # command: clippy
67+ # args: -- -D warnings
You can’t perform that action at this time.
0 commit comments