MFer said cippy

This commit is contained in:
Nick Pegg 2025-05-08 12:21:47 -07:00
parent f00778d6cd
commit 16b1d6f29d

View file

@ -30,7 +30,7 @@ jobs:
- name: Check
run: cargo check --verbose
- name: Clippy
run: cargo cippy
run: cargo clippy
- name: Build
run: cargo build --verbose
- name: Run tests