[openssl] master update

Dr. Paul Dale pauli at openssl.org
Fri Jun 4 03:04:52 UTC 2021


The branch master has been updated
       via  43c2456f0f1a3b446fc9a1b1af43e6f8cef934fc (commit)
      from  f570d33b02d824e2a3f676f718c4692572f45333 (commit)


- Log -----------------------------------------------------------------
commit 43c2456f0f1a3b446fc9a1b1af43e6f8cef934fc
Author: Rich Salz <rsalz at akamai.com>
Date:   Wed Jun 2 09:38:01 2021 -0400

    Add md-nits task
    
    Assumes that Ruby is installed
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    Reviewed-by: Paul Dale <pauli at 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


More information about the openssl-commits mailing list