mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
Don't run the linter ecosystem check on PRs that only touch red-knot crates (#15687)
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -61,6 +61,7 @@ jobs:
|
||||
- Cargo.toml
|
||||
- Cargo.lock
|
||||
- crates/**
|
||||
- "!crates/red_knot*/**"
|
||||
- "!crates/ruff_python_formatter/**"
|
||||
- "!crates/ruff_formatter/**"
|
||||
- "!crates/ruff_dev/**"
|
||||
|
||||
Reference in New Issue
Block a user