From e115ee54462bd0cbc1065e29728a5cce85e504dd Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 6 Jun 2023 18:21:10 +0200 Subject: [PATCH] Run format toml in the CI --- .github/workflows/CICD.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index fb2300ba9..b52ea5098 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1048,6 +1048,15 @@ jobs: name: toybox-result.json path: ${{ steps.vars.outputs.TEST_SUMMARY_FILE }} + toml_format: + runs-on: ubuntu-latest + steps: + - name: Clone repository + uses: actions/checkout@v3 + + - name: Check + run: npx --yes @taplo/cli fmt --check + coverage: name: Code Coverage runs-on: ${{ matrix.job.os }}