mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Run clippy in CI
This commit is contained in:
@@ -16,6 +16,16 @@ jobs:
|
||||
cargo fmt -- --version
|
||||
cargo fmt --all -- --check
|
||||
|
||||
clippy:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run clippy
|
||||
run: |
|
||||
cargo clippy -- --version
|
||||
cargo clippy --all --all-targets -- -Dwarnings
|
||||
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user