diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99f4df0..cb5a910 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,8 @@ jobs: - name: Run cargo fmt uses: actions-rs/cargo@v1 with: - command: fmt --all -- --check + command: fmt + args: --all -- --check clippy: runs-on: ubuntu-latest