Skip to content

Commit

Permalink
ci: Check formatting on macOS build.
Browse files Browse the repository at this point in the history
We don't need to do this on every builder, so chose macOS randomly.
  • Loading branch information
waywardmonkeys committed Aug 2, 2023
1 parent e979c0a commit d560f02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt

- name: Cargo fmt
run: cargo fmt --all -- --check

- name: Cargo build
run: cargo build --workspace
Expand Down

0 comments on commit d560f02

Please sign in to comment.