Skip to content

⬆️ Update itertools requirement from 0.11 to 0.12 #20

⬆️ Update itertools requirement from 0.11 to 0.12

⬆️ Update itertools requirement from 0.11 to 0.12 #20

Workflow file for this run

# Same as `code-quality-pr.yaml` but triggered on commit to main branch
# and runs on all files (instead of only the changed ones)
name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1