From: Dr. David von Oheimb Date: Mon, 17 May 2021 06:48:55 +0000 (+0200) Subject: ci.yml: Add cmd-nits to the doc-nits CI run X-Git-Tag: openssl-3.0.0-alpha17~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a14ae9dc885076028cc4ec69af07b9d99fe9044;p=thirdparty%2Fopenssl.git ci.yml: Add cmd-nits to the doc-nits CI run Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15298) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46a096cb753..71750aec7a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,8 @@ jobs: run: ./config --banner=Configured --strict-warnings enable-fips && perl configdata.pm --dump - name: make build_generated run: make -s build_generated - - name: make doc-nits - run: make doc-nits + - name: make doc-nits cmd-nits + run: make doc-nits cmd-nits # This checks that we use ANSI C language syntax and semantics. # We are not as strict with libraries, but rather adapt to what's