Skip to content

Commit

Permalink
Add fmt and fmt-ci Makefile targets
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Sep 11, 2024
1 parent ef1f8bf commit 81f4e8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ check-fedora-versions: test-compare-fedora-versions

yamllint:
yamllint --strict .github/workflows/*.yml
fmt:
cargo fmt

fmt-ci:
cargo fmt -- --check

audit:
cargo audit -D warnings
Expand All @@ -46,5 +51,7 @@ audit:
audit
check-fedora-versions
clippy
fmt
fmt-ci
test-compare-fedora-versions
yamllint

0 comments on commit 81f4e8f

Please sign in to comment.