diff options
| author | John Bampton <[email protected]> | 2020-12-19 18:22:08 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2020-12-19 18:22:08 +1000 |
| commit | 97eed4493f62da83f81622f5045a5c0db3ef22d2 (patch) | |
| tree | 5396c8a3a3a76341119d3f86c8e69d4b624f6337 /doc/guides/debugger.md | |
| parent | 340f1f0094b41c30dc2377cca4a18a6466828091 (diff) | |
| download | mruby-97eed4493f62da83f81622f5045a5c0db3ef22d2.tar.gz mruby-97eed4493f62da83f81622f5045a5c0db3ef22d2.zip | |
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
Diffstat (limited to 'doc/guides/debugger.md')
| -rw-r--r-- | doc/guides/debugger.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guides/debugger.md b/doc/guides/debugger.md index 61c0418b0..9d0c005c4 100644 --- a/doc/guides/debugger.md +++ b/doc/guides/debugger.md @@ -220,6 +220,7 @@ Example: ``` Enabling all breakpoints + ``` (foo.rb:1) enable 1 3 ``` |
