Skip to content

Commit

Permalink
[ci] fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 24, 2025
1 parent 884483d commit f885302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: rustup toolchain install nightly-${{ env.RUST_NIGHTLY }} --profile minimal --component rustfmt

- name: cargo fmt (nightly)
run: cargo +nightly-${{ env.RUST_NIGHTLY }} fmt --all -- --check,
run: cargo +nightly-${{ env.RUST_NIGHTLY }} fmt --all -- --check

cargo-toml-fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f885302

Please sign in to comment.