From 97eed4493f62da83f81622f5045a5c0db3ef22d2 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 19 Dec 2020 18:22:08 +1000 Subject: feat(CI): add a GitHub Action to lint the Markdown Run on pull request only Using https://www.npmjs.com/package/markdownlint-cli Lint Markdown for rules: - MD009/no-trailing-spaces - MD012/no-multiple-blanks - MD022/blanks-around-headings - MD031/blanks-around-fences - MD032/blanks-around-lists --- mrbgems/mruby-test/README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'mrbgems/mruby-test') diff --git a/mrbgems/mruby-test/README.md b/mrbgems/mruby-test/README.md index fa4b91e3a..c0bceecd7 100644 --- a/mrbgems/mruby-test/README.md +++ b/mrbgems/mruby-test/README.md @@ -4,4 +4,3 @@ Running Tests To run the tests, execute the following from the project's root directory. $ make test - -- cgit v1.2.3