]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a style-check workflow
authorNeil Horman <nhorman@openssl.org>
Mon, 8 Jul 2024 12:32:29 +0000 (08:32 -0400)
committerNeil Horman <nhorman@openssl.org>
Wed, 10 Jul 2024 12:32:31 +0000 (08:32 -0400)
commite04a00f7cdeda4c0bee0e0031df7a51d9e224795
tree8410aa119c9338342ef245b632e9052394a1ad82
parent548469f55f288502d5d4ebdf0b480fa8d8b37102
Add a style-check workflow

Add a CI job that evaluates style issues, restricted only to lines
changed for the affected files in a given commit

Also provide a mechanism to waive those style issues.  by applying the
style:exempted label to a PR, the checks are still run (its nice to see
what they are regardless), but the test will pass CI regardless of
weather any issues are found.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24806)

(cherry picked from commit fc22d74c53720d14f99fd880b767d8a3e4986ae2)
.github/workflows/style-checks.yml [new file with mode: 0644]