Use Taplo for TOML formatting

This commit is contained in:
daxpedda 2024-07-26 17:07:20 +02:00
parent 21c121f9b3
commit 3398ebe467
No known key found for this signature in database
GPG key ID: 43D62A3EA388E46F
9 changed files with 171 additions and 167 deletions

View file

@ -17,6 +17,19 @@ jobs:
- name: Check Formatting
run: cargo fmt -- --check
taplo:
name: Taplo
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: taiki-e/checkout-action@v1
- name: Install Taplo
uses: taiki-e/install-action@v2
with:
tool: taplo-cli
- name: Run Taplo
run: taplo fmt --check
typos:
name: Check for typos
runs-on: ubuntu-latest