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

Commit ccdcc61

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ 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+
- name: Run format
33+
run: |
34+
cargo fmt --all --check
35+
taplo fmt -- --locked
3336
3437
lint:
3538
name: Lint Rust Files

0 commit comments

Comments
 (0)