From 43c2456f0f1a3b446fc9a1b1af43e6f8cef934fc Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 2 Jun 2021 09:38:01 -0400 Subject: [PATCH] Add md-nits task Assumes that Ruby is installed Reviewed-by: Tomas Mraz Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15590) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8513cbb7297..9b57c788ffb 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 -- 2.47.2