Commit graph

3 commits

Author SHA1 Message Date
Deivid Soto
ffac6fe22a ci: port workflows from .github/ to .forgejo/ (Forgejo Actions)
GitHub torrentclaw org is shadow-banned; CI is hosted at git.torrentclaw.com
now. Move workflows into the runner's natively-watched .forgejo/workflows/
tree and adapt steps to run in the available 'docker'-labeled Forgejo runner
without GitHub-only tooling (gh CLI, third-party marketplace actions).

- Use container: image to ship the toolchain (no actions/setup-* needed).
- Drop GitHub-only marketplace actions in favour of upstream installers
  invoked over curl/apt.
- Where a workflow created a GitHub Release (release.yml), substitute the
  step with a curl call against the Forgejo Releases API
  (POST /repos/<owner>/<repo>/releases).
2026-05-27 15:45:38 +02:00
Deivid Soto
92ed47ebdf build: replace lefthook with husky, commitlint and commit-and-tag-version 2026-02-12 17:53:24 +01:00
Deivid Soto
8bb8e5507e chore: align project config with torrentclaw org standards 2026-02-12 15:44:09 +01:00