Add md-nits task
authorRich Salz <rsalz@akamai.com>
Wed, 2 Jun 2021 13:38:01 +0000 (09:38 -0400)
committerPauli <pauli@openssl.org>
Fri, 4 Jun 2021 03:04:18 +0000 (13:04 +1000)
Assumes that Ruby is installed

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15590)

.github/workflows/ci.yml

index 8513cbb7297c95eef4f84cbcb283281f5a47cfe8..9b57c788ffb4bc595d732b28624678b0d46094f1 100644 (file)
@@ -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