diff --git a/.circleci/config.yml b/.circleci/config.yml index 44ee317..d6e58a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,6 +104,11 @@ jobs: name: Install dependencies command: | gem install mdl + - run: + shell: /bin/bash #this is a non breaking command so it will always return success + name: Run Markdownlint info checks + command: | + mdl --ignore-front-matter --style ./common/build_tools/markdownlint/info_style.rb . | tee ./markdownlint_info.out - run: name: Run Markdownlint command: | @@ -112,6 +117,9 @@ jobs: - store_artifacts: path: ./markdownlint.out destination: ./markdownlint.out + - store_artifacts: + path: ./markdownlint_info.out + destination: ./markdownlint_info.out workflows: version: 2 diff --git a/common b/common index af335e3..6cab5d1 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit af335e3c2fb29a9e0da3f088b537615675cd9d47 +Subproject commit 6cab5d1de42956dc895397d75e112f5c3067234f