normogen/.forgejo
goose 856f86e72d
Some checks are pending
Lint and Build / Lint (push) Waiting to run
Lint and Build / Build (push) Blocked by required conditions
Lint and Build / Docker Build (push) Blocked by required conditions
fix(ci): simplify workflow to avoid external GitHub actions
The previous workflow was getting stuck because it was trying to pull
actions from GitHub (https://github.com/actions/cache@v3) which can
cause connectivity and compatibility issues in Forgejo.

Changes:
- Remove all external GitHub action dependencies except checkout
- Use Forgejo's built-in checkout@v4 action
- Remove caching steps (can be added later with Forgejo-native actions)
- Add explicit dependency installation step
- Use 'cargo build --release' for better optimization

This should make the CI more reliable and faster to start.
2026-03-12 08:21:42 -03:00
..
workflows fix(ci): simplify workflow to avoid external GitHub actions 2026-03-12 08:21:42 -03:00