Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add CI step
  • Loading branch information
ShaharNaveh committed Feb 14, 2026
commit f0e5abb73f90b46d3e16ae0f408b08af596630f2
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,16 @@ jobs:
run: python -I scripts/whats_left.py --no-default-features --features "$(sed -e 's/--[^ ]*//g' <<< "${{ env.CARGO_ARGS }}" | tr -d '[:space:]'),threading" # no jit on macOS for now

lint:
name: Check Rust code with clippy
name: Lint Rust & Python code
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v6.2.0
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Check for redundant test patches
run: python scripts/check_redundant_patches.py

- uses: actions/checkout@v6.0.2
- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
File renamed without changes.
Loading