mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
576887907c
commit
7caac9790d
6 changed files with 51 additions and 4 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue