Add Clippy check.

This commit is contained in:
Nolan Darilek 2022-05-19 13:25:49 -05:00
parent 1fa4ba6b26
commit 50194aeab5

View File

@ -10,7 +10,7 @@ steps:
- cargo fmt --check - cargo fmt --check
- cargo build --all - cargo build --all
- cargo build --examples --all - cargo build --examples --all
- cargo test --verbose --all - cargo test --all
- cargo clippy - cargo clippy
- name: release - name: release
image: rust image: rust