mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
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:
parent
8a28134104
commit
4a14ae9dc8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user