The branch master has been updated via 43c2456f0f1a3b446fc9a1b1af43e6f8cef934fc (commit) from f570d33b02d824e2a3f676f718c4692572f45333 (commit)
- Log ----------------------------------------------------------------- commit 43c2456f0f1a3b446fc9a1b1af43e6f8cef934fc Author: Rich Salz <rs...@akamai.com> Date: Wed Jun 2 09:38:01 2021 -0400 Add md-nits task Assumes that Ruby is installed Reviewed-by: Tomas Mraz <to...@openssl.org> Reviewed-by: Shane Lontis <shane.lon...@oracle.com> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15590) ----------------------------------------------------------------------- Summary of changes: .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8513cbb729..9b57c788ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,10 @@ jobs: run: make -s build_generated - name: make doc-nits run: make doc-nits + - name: make md-nits + run: | + sudo gem install mdl + make md-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