We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977c7aa commit 679a611Copy full SHA for 679a611
1 file changed
.github/workflows/ci.yml
@@ -76,12 +76,14 @@ jobs:
76
name: Format
77
runs-on: ubuntu-latest
78
steps:
79
+ - uses: dtolnay/rust-toolchain@stable
80
+ - run: cargo install cargo-cargofmt
81
- uses: actions/checkout@v6
82
- uses: mkroening/rust-toolchain-toml@main
83
- run: rustup component add rustfmt
84
- run: |
- cargo fmt --all --check
- cargo fmt --all --check --manifest-path hermit-builtins/Cargo.toml
85
+ cargo cargofmt --all --check
86
+ cargo cargofmt --all --check --manifest-path hermit-builtins/Cargo.toml
87
88
lock-file:
89
name: Lock file
0 commit comments