mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:37 +00: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:
parent
f1b2e85339
commit
8639f8c1a6
1 changed files with 1 additions and 0 deletions
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/**"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue