Enforce formatting of TOML files (#30128)

* Fmt all toml files

* bootstrap taplo

* enforce toml formatting with taplo

* Install taplo in CI using cargo-install action
This commit is contained in:
Samson 2023-09-19 10:57:27 +02:00 committed by GitHub
parent 576887907c
commit 7caac9790d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 51 additions and 4 deletions

View file

@ -55,6 +55,11 @@ jobs:
fetch-depth: 2
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
- name: Install taplo
uses: baptiste0928/cargo-install@v2
with:
crate: taplo-cli
locked: true
- name: Install wixtoolset
run: |
choco install wixtoolset