mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
Add cargo clippy step to CI
This commit is contained in:
parent
b60100c806
commit
a7807fd50f
3
.github/workflows/ares-shared.yml
vendored
3
.github/workflows/ares-shared.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
||||
- name: Format
|
||||
run: cargo fmt --check
|
||||
|
||||
- name: Lint
|
||||
run: cargo clippy -- --deny warnings
|
||||
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user