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

Commit

Permalink
ci: check toml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jul 29, 2023
1 parent 4641c6f commit af3128e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
uses: moonrepo/setup-rust@v0
with:
components: rustfmt
- name: Run rustfmt
run: cargo fmt --all --check
bins: taplo-cli
run: |
cargo fmt --all --check
taplo fmt --locked
lint:
name: Lint Rust Files
Expand Down

0 comments on commit af3128e

Please sign in to comment.