Skip to content

Commit

Permalink
Update check_formatting ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
mpizenberg committed Dec 1, 2023
1 parent 4c28c6c commit 9ee9dc2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,11 @@ jobs:
name: Source code is formatted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install stable Rust
uses: actions-rs/toolchain@v1
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
components: rustfmt

- name: Check formatting
run: cargo fmt --all -- --check
- run: cargo fmt --all -- --check

check_documentation:
name: Documentation builds successfully
Expand Down

0 comments on commit 9ee9dc2

Please sign in to comment.