mirror of https://github.com/astral-sh/ruff
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
This commit is contained in:
parent
f1b2e85339
commit
8639f8c1a6
|
|
@ -82,6 +82,7 @@ jobs:
|
||||||
code:
|
code:
|
||||||
- "**/*"
|
- "**/*"
|
||||||
- "!**/*.md"
|
- "!**/*.md"
|
||||||
|
- "crates/red_knot_python_semantic/resources/mdtest/**/*.md"
|
||||||
- "!docs/**"
|
- "!docs/**"
|
||||||
- "!assets/**"
|
- "!assets/**"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue