ci.yml: Add cmd-nits to the doc-nits CI run
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 17 May 2021 06:48:55 +0000 (08:48 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Tue, 18 May 2021 11:02:23 +0000 (13:02 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15298)

.github/workflows/ci.yml

index 46a096cb753fbbb94bfd17b62e8dbe195768f81f..71750aec7a0fdffeebb2b3b2e94c90192e80d0d1 100644 (file)
@@ -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