diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f0d566..a271046 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,6 @@ on: push: branches: [main] pull_request: - branches: [main] - env: CARGO_TERM_COLOR: always @@ -41,7 +39,7 @@ jobs: toolchain: $(cat rust-toolchain) components: rustfmt, clippy - - name: Run clippy + - name: Run clippy run: cargo clippy --all-features --all-targets -- -D warnings cargo-fmt: @@ -56,5 +54,5 @@ jobs: toolchain: $(cat rust-toolchain) components: rustfmt, clippy - - name: Run rustfmt + - name: Run rustfmt run: cargo fmt --all --check