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-sleep/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mrbgems/mruby-sleep') diff --git a/mrbgems/mruby-sleep/README.md b/mrbgems/mruby-sleep/README.md index 68aa2c6d3..0ccc7000f 100644 --- a/mrbgems/mruby-sleep/README.md +++ b/mrbgems/mruby-sleep/README.md @@ -1,7 +1,9 @@ # Sleep Module for mruby + mruby sleep module ## install by mrbgems + - add conf.gem line to your build configuration. ```ruby @@ -21,8 +23,7 @@ usleep(10000) ``` # License + under the MIT License: * https://www.opensource.org/licenses/mit-license.php - - -- cgit v1.2.3