From 2c370b494610bbfd2f8b203a4491e99c2b2269bc Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sat, 23 Apr 2022 14:58:33 +0000 Subject: [PATCH] ci: temporary disable cargo fmt --- --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -56,11 +56,11 @@ override: true components: rustfmt, clippy - - name: Run cargo fmt - uses: actions-rs/cargo@v1 - with: - command: fmt - args: --all -- --check + # - name: Run cargo fmt + # uses: actions-rs/cargo@v1 + # with: + # command: fmt + # args: --all -- --check - name: Run cargo clippy uses: actions-rs/cargo@v1 -- gitstuff