From c67305721e0a78117a5d80f12cf0338ce361e2ad Mon Sep 17 00:00:00 2001 From: Aidan Date: Wed, 8 May 2024 20:20:45 +0200 Subject: [PATCH] ci: Add taplo version for debugging --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24af8a277..53b6d46e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,9 @@ jobs: - name: List cargo version run: cargo --version - name: Install taplo - run: cargo install taplo-cli --lock + run: cargo install taplo-cli --locked + - name: List taplo version + run: taplo --version - name: Run taplo run: taplo format --check --diff - name: Taplo failure info