Skip to content

Commit 8639f8c

Browse files
authored
CI: Treat mdtest Markdown files as code (#14653)
## Summary Make sure we run the tests for mdtest-only changes. ## Test Plan Tested if positive glob patterns override negative patterns here: https://codepen.io/mrmlnc/pen/OXQjMe
1 parent f1b2e85 commit 8639f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
code:
8383
- "**/*"
8484
- "!**/*.md"
85+
- "crates/red_knot_python_semantic/resources/mdtest/**/*.md"
8586
- "!docs/**"
8687
- "!assets/**"
8788

0 commit comments

Comments
 (0)