Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 5788d49

Browse files
committed
ci: check toml formatting
1 parent 4641c6f commit 5788d49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
uses: moonrepo/setup-rust@v0
2929
with:
3030
components: rustfmt
31-
- name: Run rustfmt
32-
run: cargo fmt --all --check
31+
bins: taplo-cli
32+
run: |
33+
cargo fmt --all --check
34+
taplo fmt -- --locked
3335
3436
lint:
3537
name: Lint Rust Files

0 commit comments

Comments
 (0)