Skip to content

Commit

Permalink
ci: use fmt-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Dec 17, 2024
1 parent 734bc77 commit 6df596d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/queue_and_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
toolchain: nightly
components: rustfmt
cache: true
- run: just fmt
- run: just fmt-check

docker:
name: Docker
Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ check:
fmt:
cargo +nightly fmt --all

fmt-check:
cargo +nightly fmt --all --check

test:
cargo test

Expand Down

0 comments on commit 6df596d

Please sign in to comment.