Skip to content

Commit

Permalink
ci: revert pinning of nightly rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wmmc88 committed Apr 10, 2024
1 parent 6410897 commit ceef20a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/code-formatting-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust Toolchain (Nightly)
# Need to temporarily pin nightly used for fmt because of upstream bug: https://github.com/rust-lang/rustfmt/issues/6082, https://github.com/rust-lang/rustfmt/issues/6099
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-02-17
components: rustfmt

- name: Run Cargo Format
run: cargo +nightly-2024-02-17 fmt --all -- --check
run: cargo +nightly fmt --all -- --check

taplo-fmt:
name: .toml Formatting Check
Expand Down

0 comments on commit ceef20a

Please sign in to comment.