Commit Graph

2 Commits

Author SHA1 Message Date
Christophe Lyon 62331e8c35 top-level: Add forgejo sanity checks
Add a sample workflow for Forgejo, as an example of integrated CI.

To keep it lightweight, we run only two small checks on each patch of
the series:
- contrib/check_GNU_style.py
  which catches common mistakes (spaces vs tab, missing spaces, ...)
  but has some false positive warnings.

- contrib/gcc-changelog/git_check_commit.py
  which checks the commit message and ChangeLog entry

In order to run both checks even if the other fails, we use two steps
with 'continue-on-error: true', and we need a 'final-result'
consolidation step to generate the global status.

ChangeLog:
	* .forgejo/workflows/sanity-checks.yaml: New file.
2025-10-20 10:46:55 +00:00
Jonathan Wakely f342d66d69
top-level: Add pull request template for Forgejo
ChangeLog:

	* .forgejo/PULL_REQUEST_TEMPLATE.md: New file.
2024-10-23 19:45:09 +01:00