normogen/.forgejo
goose e2747bc603
Some checks failed
Lint and Build / Lint (push) Failing after 30s
Lint and Build / Build (push) Has been skipped
Lint and Build / Docker Build (push) Has been skipped
fix(ci): install rustfmt and clippy components
The CI was failing because rustfmt is not installed by default in
the rust:latest Docker image.

Error: 'cargo-fmt' is not installed for the toolchain '1.94.0'

Solution:
- Add 'rustup component add rustfmt clippy' step
- This installs both rustfmt and clippy before running lint checks

This allows the fmt and clippy checks to run successfully.
2026-03-12 08:49:08 -03:00
..
workflows fix(ci): install rustfmt and clippy components 2026-03-12 08:49:08 -03:00