From 8561d1a682dcecc729cc8b918e7c3cb9bba18ca8 Mon Sep 17 00:00:00 2001 From: AntwortEinesLebens Date: Mon, 19 Aug 2024 23:31:07 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A4=96=20Add=20taplo=20to=20check?= =?UTF-8?q?=20TOML=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/format.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 24770e6..7d2acfb 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -21,3 +21,13 @@ jobs: components: rustfmt - name: Check Rust formatting run: cargo fmt -v --all -- --check + taplo: + name: Check TOML formatting + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Install taplo + uses: uncenter/setup-taplo@v1 + - name: Check TOML formatting + run: taplo format --check --verbose