From b493896017142a2fabd272071ce5efba11fd61f3 Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Wed, 30 Oct 2024 00:52:59 +0100 Subject: [PATCH] fix lint CI job for TOML --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: