Skip to content

Update itertools requirement from 0.12.1 to 0.13.0 (#424) #818

Update itertools requirement from 0.12.1 to 0.13.0 (#424)

Update itertools requirement from 0.12.1 to 0.13.0 (#424) #818

Workflow file for this run

name: Clippy check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features