incorporate recovering from deleted images

This commit is contained in:
itsjunetime
2025-06-08 21:10:18 -06:00
parent 7514488441
commit 5e6857881b
9 changed files with 248 additions and 113 deletions
+2
View File
@@ -32,6 +32,8 @@ jobs:
run: rustup component add clippy rustfmt
- name: Clippy
run: cargo clippy -- -D warnings
- name: Tests
run: cargo test
- name: Check fmt
run: cargo fmt -- --check
- name: Run tests