We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d948f commit 993af86Copy full SHA for 993af86
1 file changed
.github/workflows/ci.yaml
@@ -14,7 +14,9 @@ jobs:
14
- name: Lint Markdown
15
uses: DavidAnson/markdownlint-cli2-action@v23
16
with:
17
- globs: '**/*.md'
+ globs: |
18
+ **/*.md
19
+ !CHANGELOG.md
20
config: 'config/custom.markdownlint.jsonc'
21
spelling:
22
name: ✍️ Spelling Check
@@ -24,7 +26,9 @@ jobs:
24
26
- name: Spell Check Code
25
27
uses: streetsidesoftware/cspell-action@v8
28
- files: '**/*.md'
29
+ files: |
30
31
32
config: 'config/cspell.json'
33
detect-changed-skills:
34
name: 🔎 Detect Changed Skills
0 commit comments