git.delta.rocks / jrsonnet / refs/commits / 2c370b494610

difftreelog

ci temporary disable cargo fmt

Yaroslav Bolyukin2022-04-23parent: #c58af29.patch.diff
in: master

1 file changed

modified.github/workflows/lints.ymldiffbeforeafterboth
56 override: true56 override: true
57 components: rustfmt, clippy57 components: rustfmt, clippy
5858
59 - name: Run cargo fmt59 # - name: Run cargo fmt
60 uses: actions-rs/cargo@v160 # uses: actions-rs/cargo@v1
61 with:61 # with:
62 command: fmt62 # command: fmt
63 args: --all -- --check63 # args: --all -- --check
6464
65 - name: Run cargo clippy65 - name: Run cargo clippy
66 uses: actions-rs/cargo@v166 uses: actions-rs/cargo@v1