diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ff9ece5e0c5..a77f662b270 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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