summaryrefslogtreecommitdiff
path: root/.forgejo
AgeCommit message (Collapse)AuthorFilesLines
2026-05-05Document the release process.Romain GARBAGE1-0/+25
* documentation/release.md: New file. * etc/tag-release.sh: New file. * .forgejo/workflows/publish-release.yml: New file.
2025-10-29forgejo-actions: Separate archival checker.Romain GARBAGE1-1/+1
The archival checker produces output even when the package style is valid. It is now excluded from the relevant output used to check lint warnings. * .forgejo/workflows/lint.yml (lint-new-modified): Separate archival checker.
2025-10-24Add new/modified package linting through Forgejo actions.Romain GARBAGE1-0/+31
* .forgejo/workflows/lint.yml: New file.