From af3128e9821162203be410c9e808290b5a053265 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Sat, 29 Jul 2023 10:41:36 +0100 Subject: [PATCH] ci: check toml formatting --- .github/workflows/pull_request.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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