fix lint CI job for TOML

This commit is contained in:
Rostyslav Tyshko 2024-10-30 00:52:59 +01:00
parent 2725e5976a
commit b493896017

View File

@ -59,7 +59,14 @@ jobs:
if: success() || failure()
run: |
cargo clippy --release -- -D warnings
- name: install taplo
if: success() || failure()
run: |
cargo install taplo-cli --locked
- name: taplo fmt
if: success() || failure()
run: |
taplo fmt --check
test:
strategy:
matrix: