Skip to content

Commit 7d026ea

Browse files
authored
ci(mdx) run frontend checks for mdx (#95256)
Ensure frontend CI runs when we modify mdx files (they require linting + removing old stories will impact knip)
1 parent 8e71553 commit 7d026ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/file-filters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ typecheckable_rules_changed: &typecheckable_rules_changed
3131
# Trigger to apply the 'Scope: Frontend' label to PRs
3232
frontend_all: &frontend_all
3333
- added|modified: '**/*.{ts,tsx,js,jsx,mjs}'
34-
- added|modified: 'static/**/*.{less,json,yml,md}'
34+
- added|modified: 'static/**/*.{less,json,yml,md,mdx}'
3535
- added|modified: '{.volta,vercel,tsconfig,biome,package}.json'
3636

3737
# Also used in `getsentry-dispatch.yml` to dispatch backend tests on getsentry

0 commit comments

Comments
 (0)