We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d797f commit c455ba3Copy full SHA for c455ba3
1 file changed
.github/workflows/languagetool.yml
@@ -111,7 +111,7 @@ jobs:
111
112
# Choose which files to check (edit this regex to include more types)
113
mapfile -t FILES < <(git diff --name-only "$BASE_SHA" "$HEAD_SHA" \
114
- | grep -E '\.(md|txt|rst|adoc|asciidoc|tex)$' || true)
+ | grep -E '\.(md|txt|rst|adoc|asciidoc|tex|mdx)$' || true)
115
116
# Load custom words (optional)
117
WORDS_FILE=".languagetool/words.txt"
0 commit comments