mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 16:15:19 -05:00
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:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -82,6 +82,7 @@ jobs:
|
||||
code:
|
||||
- "**/*"
|
||||
- "!**/*.md"
|
||||
- "crates/red_knot_python_semantic/resources/mdtest/**/*.md"
|
||||
- "!docs/**"
|
||||
- "!assets/**"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user