diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2021-05-17 08:48:55 +0200 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2021-05-18 13:02:23 +0200 |
commit | 4a14ae9dc885076028cc4ec69af07b9d99fe9044 (patch) | |
tree | 6294248b7da7dbb53d43608e3c10137e306d1daa /.github | |
parent | openssl-dsa.pod.in: Fix glitch: pvk-string -> pvk-strong (diff) | |
download | openssl-4a14ae9dc885076028cc4ec69af07b9d99fe9044.tar.xz openssl-4a14ae9dc885076028cc4ec69af07b9d99fe9044.zip |
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)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46a096cb75..71750aec7a 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 |