mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-28 01:53:06 +00:00
fix lint CI job for TOML
This commit is contained in:
parent
2725e5976a
commit
b493896017
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user