Skip to content

Commit 650be58

Browse files
authored
Add support for .mdx files in language tool workflow
1 parent f27511a commit 650be58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/languagetool-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
# Adjust file types as you like:
4242
mapfile -t FILES < <(git diff --name-only "$BASE_SHA" "$HEAD_SHA" \
43-
| grep -E '\.(md|rst|txt)$' || true)
43+
| grep -E '\.(md|rst|txt|mdx)$' || true)
4444
4545
if [ "${#FILES[@]}" -eq 0 ]; then
4646
echo "No matching files changed. Skipping."

0 commit comments

Comments
 (0)