Lint GitHub actions to catch issues

pull/579/head^2
Wilfred Hughes 2023-11-27 18:19:00 +07:00
parent e70f0f1b91
commit 945b9b8fed
1 changed files with 5 additions and 0 deletions

@ -103,3 +103,8 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.63.0
- run: cargo fmt --all -- --check
actionlint:
name: Actionlint
steps:
- uses: raven-actions/actionlint@v1