Skip to content

Conversation

FredPhilipy
Copy link
Contributor

Closes #3973.

After #3826 merged the prover binary into ethrex, the L1 workflow now uses --all-features --workspace for linting which checks the entire codebase including L2 code, making the separate L2 lint job redundant.

removes the duplicate L2 lint job and the outdated paths-ignore: crates/l2/** from L1 workflow to ensure all PRs receive consistent lint coverage while eliminating duplicate CI executions and saving resources.

@FredPhilipy FredPhilipy requested a review from a team as a code owner October 3, 2025 02:52
pull_request:
branches: ["**"]
paths-ignore:
- "crates/l2/**" # Behind a feature flag not used in this workflow
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you will run a lot of L1 stuff on L2-only changes

@mpaulucci mpaulucci closed this Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Remove redundant L2 Lint
2 participants