File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-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 CHANGELOG
101+ uses : DavidAnson/markdownlint-cli2-action@v19
102+ with :
103+ config : ' .config/changelog.markdownlint.yaml'
104+ globs : ' CHANGELOG.md'
105+
106+ - name : Lint Other Markdown
107+ uses : DavidAnson/markdownlint-cli2-action@v19
108+ with :
109+ config : ' .config/.markdownlint.yaml'
110+ globs : |
111+ docs/*.md
112+ **/README.md
You can’t perform that action at this time.
0 commit comments