Skip to content

Commit c455ba3

Browse files
authored
Update languagetool.yml
1 parent d3d797f commit c455ba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/languagetool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
# Choose which files to check (edit this regex to include more types)
113113
mapfile -t FILES < <(git diff --name-only "$BASE_SHA" "$HEAD_SHA" \
114-
| grep -E '\.(md|txt|rst|adoc|asciidoc|tex)$' || true)
114+
| grep -E '\.(md|txt|rst|adoc|asciidoc|tex|mdx)$' || true)
115115
116116
# Load custom words (optional)
117117
WORDS_FILE=".languagetool/words.txt"

0 commit comments

Comments
 (0)