Browse Source

Replace the rustfmt related action by custom commands

pull/136/head
Rodolphe Bréard 3 months ago
parent
commit
12c9f6e49a
  1. 9
      .github/workflows/ci.yml

9
.github/workflows/ci.yml

@ -27,11 +27,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1
- name: Update Rust
run: rustup update stable
- name: Run cargo fmt
run: cargo fmt --all -- --check
cargo-deny:
name: Check dependencies
runs-on: ubuntu-latest

Loading…
Cancel
Save