diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2021-05-18 11:18:26 +0200 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2021-05-19 14:13:12 +0200 |
commit | 5bac37cb14f1e056891a0339d42b5c6db4344553 (patch) | |
tree | b4ad46d2011071b5fa2311a11ef8a8c06ff4dba0 /.github/workflows | |
parent | Add bounds checking to length returned by wcslen in wide_to_asc conversion to... (diff) | |
download | openssl-5bac37cb14f1e056891a0339d42b5c6db4344553.tar.xz openssl-5bac37cb14f1e056891a0339d42b5c6db4344553.zip |
unix-Makefile.tmpl and ci.yml: Merge cmd-nits into doc-nits
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15329)
Diffstat (limited to '.github/workflows')
-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 71750aec7a..46a096cb75 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 cmd-nits - run: make doc-nits cmd-nits + - name: make doc-nits + run: make doc-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 |