]> 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 11:31:14 +0000 (07:31 -0400)
commitfc22d74c53720d14f99fd880b767d8a3e4986ae2
treef2567b20f523b63268abc725ca337a9a02406d90
parentacae12eb781658479b4fb3fee6334fd14a3c2739
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)
.github/workflows/style-checks.yml [new file with mode: 0644]