Skip to content

Commit

Permalink
Run all checks when the scripts changed
Browse files Browse the repository at this point in the history
The scripts depend on the rust code and may depend on each other (and it's easier not having to track all scripts manually in ci.yaml), so run all checks when they changed.
  • Loading branch information
konstin committed Aug 7, 2023
1 parent 78129e2 commit 2873e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- "!crates/ruff_formatter/**"
- "!crates/ruff_dev/**"
- "!crates/ruff_shrinking/**"
- scripts/check_ecosystem.py
- scripts/*
formatter:
- Cargo.toml
Expand All @@ -56,6 +56,7 @@ jobs:
- crates/ruff_text_size/**
- crates/ruff_python_parser/**
- crates/ruff_dev/**
- scripts/*
cargo-fmt:
name: "cargo fmt"
Expand Down

0 comments on commit 2873e6e

Please sign in to comment.