From 2b3605c9c2a8839c55e3a0bfca1bb55810ac5431 Mon Sep 17 00:00:00 2001 From: Thomas Niederberger Date: Tue, 15 Jul 2025 12:53:55 +0200 Subject: [PATCH] Try to reactivate taplo --- .github/workflows/ci.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d9a5b223..87126bc78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,16 +169,14 @@ jobs: !target/release/examples/*.d !target/release/examples/*-* -# Remove taplo until https://github.com/tamasfe/taplo/issues/793 is resolved. -# taplo-fmt: -# name: "Taplo fmt" -# runs-on: ubuntu-latest -# container: "tamasfe/taplo:latest" -# steps: -# - uses: actions/checkout@v4 -# -# - name: Run Taplo fmt -# run: taplo fmt --check + taplo-fmt: + name: "Taplo fmt" + runs-on: ubuntu-latest + container: "tamasfe/taplo:latest" + steps: + - uses: actions/checkout@v4 + - name: Run Taplo fmt + run: taplo fmt --check license-check: name: "License check"