1
0
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:
Paul-Christian Volkmer 2023-02-17 21:14:42 +01:00
parent 421943aee9
commit 3855c7a492

View File

@ -16,5 +16,8 @@ jobs:
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
components: clippy
- name: Run checks
run: cargo clippy
- name: Run tests
run: cargo test
run: cargo test