Skip to content

Commit

Permalink
CI: Treat mdtest Markdown files as code (#14653)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
sharkdp authored Nov 28, 2024
1 parent f1b2e85 commit 8639f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
code:
- "**/*"
- "!**/*.md"
- "crates/red_knot_python_semantic/resources/mdtest/**/*.md"
- "!docs/**"
- "!assets/**"
Expand Down

0 comments on commit 8639f8c

Please sign in to comment.