mirror of
https://github.com/pcvolkmer/checkbar.git
synced 2025-04-19 11:06:50 +00:00
Add check step using cargo clippy to ci workflow
This commit is contained in:
parent
421943aee9
commit
3855c7a492
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -16,5 +16,8 @@ jobs:
|
|||||||
uses: dtolnay/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
components: clippy
|
||||||
|
- name: Run checks
|
||||||
|
run: cargo clippy
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user