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 - name: Check
run: cargo check --verbose run: cargo check --verbose
- name: Clippy - name: Clippy
run: cargo cippy run: cargo clippy
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests