Skip to content

Commit

Permalink
Run format toml in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jun 6, 2023
1 parent 04485a7 commit 19c2478
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 19c2478

Please sign in to comment.