Commit Graph

4 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
Dan Callahan
36ca44f26f Fixed link to contributing guidelines.
Some checks failed
buildbot / buildbot (push) Has been cancelled
Absolute paths in links end up being rooted at github.com.
The contributing guidelines link is broken unless we use the full URL.
Also, remove superfluous "monospace formatting" for the link.
2024-11-12 07:30:08 -08: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
Maryna Herasimovich
082a3cbe3b Added GitHub templates. 2024-09-04 19:11:12 +04:00