File tree Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ line-length :
2+ line_length : 200
3+ tables : false
4+ no-inline-html :
5+ allowed_elements : ['p', 'img']
6+ ul-style :
7+ style : sublist
8+
Original file line number Diff line number Diff line change 1+ line-length :
2+ line_length : 300
3+ no-inline-html :
4+ allowed_elements : ['p', 'img']
5+ ul-style :
6+ style : sublist
7+ no-duplicate-heading :
8+ siblings_only : true
9+ blanks-around-headings :
10+ lines_below : 0
11+ blanks-around-lists : false
Original file line number Diff line number Diff line change 9696 bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
9797 ./actionlint
9898 ./actionlint example_workflows/*.yaml
99+
100+ - name : Lint READMEs
101+ uses : DavidAnson/markdownlint-cli2-action@v19
102+ with :
103+ config : ' .config/.markdownlint.jsonc'
104+ globs : ' **/README.md'
105+
106+ - name : Lint CHANGELOG
107+ uses : DavidAnson/markdownlint-cli2-action@v19
108+ with :
109+ config : ' .config/.markdownlint.jsonc'
110+ globs : ' CHANGELOG.md'
111+
112+ - name : Lint Other Markdown
113+ uses : DavidAnson/markdownlint-cli2-action@v19
114+ with :
115+ config : ' .config/.markdownlint.jsonc'
116+ globs : ' docs/*.md'
You can’t perform that action at this time.
0 commit comments