nginx/.github
Andrew Clayton 07c7adfc7f GH: add a workflow to check for whitespace issues
This runs git-log(1) --check on *each* commit and will report any
issues, e.g.

  --- afe5753fa ("Changes made in upstream")
  src/http/ngx_http_upstream.c:415: trailing whitespace.
  +
  src/http/ngx_http_upstream.c:417: trailing whitespace.
  +      ngx_http_upstream_backend_ssl_protocol, 0,

Specific exceptions can be handled via gitattributes(5).
2026-04-24 17:33:41 +01:00
..
DISCUSSION_TEMPLATE Update GitHub templates and markdown files. 2025-12-04 19:08:14 +04:00
ISSUE_TEMPLATE Fixed duplicate ids in the bug report template. 2025-12-16 14:22:33 -07:00
scripts GH: check commit messages for the most common errors 2026-04-24 17:33:41 +01:00
workflows GH: add a workflow to check for whitespace issues 2026-04-24 17:33:41 +01:00
pull_request_template.md GH: update the GitHub pull-request template 2026-04-24 17:33:41 +01:00