Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyMatveev686 committed Oct 9, 2023
1 parent f890996 commit 0ac3397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
- uses: nosborn/[email protected]
name: Markdownlint
with:
files: "*/*/*.md */*/*/*.md Enumerations/*.md"
files: "Enumerations/*.md */*/*.md */*/*/*.md"
config_file: "spellcheck/.markdownlint.json"
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: tbroadley/spellchecker-cli-action@v1
with:
files: '*/*/*.md */*/*/*.md Enumerations/*.md'
files: 'Enumerations/*.md */*/*.md */*/*/*.md'
quiet: true
dictionaries: spellcheck/wordlist.txt
noSuggestions: true
2 changes: 1 addition & 1 deletion spellcheck/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
matrix:
- name: Markdown
sources:
- '*/*/*.md */*/*/*.md Enumerations/*.md'
- 'Enumerations/*.md */*/*.md */*/*/*.md'
default_encoding: utf-8
aspell:
lang: en
Expand Down

0 comments on commit 0ac3397

Please sign in to comment.