Skip to content

Commit

Permalink
ci: check cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho authored and bluetech committed Dec 27, 2023
1 parent f3042b7 commit b397cc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ jobs:
- name: Lint
if: matrix.toolchain == 'stable'
run: cargo clippy --verbose

- name: Format
if: matrix.toolchain == 'stable'
run: cargo fmt --all -- --check

0 comments on commit b397cc8

Please sign in to comment.