File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ style = "asterisk"
1616[MD029 ]
1717style = " one-or-ordered"
1818
19+ # MD033 / no-inline-html - No HTML tags
20+ [MD033 ]
21+ allowed-elements = [" details" , " summary" ]
22+
1923# MD040 / fenced-code-language - Code blocks should have a language specified
2024[MD040 ]
2125style = " disabled"
Original file line number Diff line number Diff line change 66 pull_request :
77 paths :
88 - " **.md"
9- - " . rumdl.toml"
9+ - " **/* rumdl.toml"
1010
1111concurrency :
1212 group : ${{ github.workflow }}-${{ github.ref }}
3232 markdown:
3333 - added|modified: '**.md'
3434 rumdlconf:
35- - added|modified: '.rumdl.toml'
35+ - added|modified: '{.,}rumdl.toml'
36+ - added|modified: '.config/{.,}rumdl.toml'
3637 list-files : escape
3738 - name : ⬇️ Install the latest version of uv
3839 if : steps.filter.outputs.markdown == 'true' || steps.filter.outputs.rumdlconf == 'true'
You can’t perform that action at this time.
0 commit comments