diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed30643f..73401cf9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,11 +19,6 @@ jobs: profile: minimal override: true components: rustfmt, clippy - - uses: actions-rs/cargo@v1.0.1 - name: Check format - with: - command: fmt - args: --all -- --check - uses: actions-rs/cargo@v1.0.1 name: Run clippy with: