--- 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