diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 073b1622..ee434f76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,14 @@ jobs: if: success() || failure() run: | cargo clippy --release -- -D warnings - + - name: install taplo + if: success() || failure() + run: | + cargo install taplo-cli --locked + - name: taplo fmt + if: success() || failure() + run: | + taplo fmt --check test: strategy: matrix: