No description
Find a file
Austin Schaefer 4e65ef3843
Some checks failed
CI / ci (push) Failing after 20m50s
CI / ci (pull_request) Failing after 1h20m38s
Fix CI job: run on default node image instead of rust:latest
The rust:latest container has no Node.js, but actions/checkout@v4 and
actions/cache@v4 are JS actions that require it to execute at all,
so the job failed before any cargo/fmt steps ran. Use the default
docker runner image and install the Rust toolchain via rustup instead.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-29 12:25:09 +02:00
.forgejo/workflows Fix CI job: run on default node image instead of rust:latest 2026-07-29 12:25:09 +02:00
src Fix rustfmt formatting in icon.rs 2026-07-29 12:12:57 +02:00
.gitignore Initial commit: mako notification picker for wofi 2026-07-29 11:50:35 +02:00
Cargo.lock Initial commit: mako notification picker for wofi 2026-07-29 11:50:35 +02:00
Cargo.toml Initial commit: mako notification picker for wofi 2026-07-29 11:50:35 +02:00
Makefile.toml Initial commit: mako notification picker for wofi 2026-07-29 11:50:35 +02:00