Commit Graph

2 Commits

Author SHA1 Message Date
Andrew Clayton
caef7c41d1 Add a GitHub workflow to check for whitespace issues.
If it fails you can check the 'git log --check' output of the workflow
to see what the issue is. E.g. (Excess/unwanted whitespace will be
highlighted in red).

  --- 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,
  src/http/ngx_http_upstream.c:421: trailing whitespace.
  +      ngx_http_upstream_backend_ssl_cipher, 0,

We make use of this in Unit... specific exceptions can be handled via
gitattributes(5).
2025-07-11 17:12:52 +01:00
Konstantin Pavlov
042b9cc4db Added CI based on GitHub Actions.
Pushes to master and stable branches will result in buildbot-like checks
on multiple OSes and architectures.

Pull requests will be checked on a public Ubuntu GitHub runner.
2024-09-04 20:01:47 +04:00