ci.yml: Add cmd-nits to the doc-nits CI run

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15298)
This commit is contained in:
Dr. David von Oheimb 2021-05-17 08:48:55 +02:00 committed by Dr. David von Oheimb
parent 8a28134104
commit 4a14ae9dc8

View 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