Skip to content

Commit

Permalink
ci: enforce consistent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Aug 7, 2024
1 parent 2effb54 commit dfdf31f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: cargo build (debug; default features)
run: cargo build --all-targets

- name: cargo fmt
run: cargo fmt -- --check

- name: cargo clippy
run: cargo clippy --all-targets -- -D warnings

Expand Down

0 comments on commit dfdf31f

Please sign in to comment.