We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e3483 commit 37e126aCopy full SHA for 37e126a
.github/workflows/test.yaml
@@ -97,20 +97,16 @@ jobs:
97
./actionlint
98
./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.yaml'
110
globs: 'CHANGELOG.md'
111
112
- name: Lint Other Markdown
113
114
115
116
- globs: 'docs/*.md'
+ globs: |
+ docs/*.md
+ **/README.md
0 commit comments