Skip to content

Bump pyo3 from 0.22.1 to 0.22.2 #128

Bump pyo3 from 0.22.1 to 0.22.2

Bump pyo3 from 0.22.1 to 0.22.2 #128

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
# Cancel previous runs on the same PR.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
RUST_TOOLCHAIN: nightly-2024-04-18
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup install --profile minimal "$RUST_TOOLCHAIN"
- run: rustup default "$RUST_TOOLCHAIN"
- run: rustup component add clippy rustfmt
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install -r requirements.txt
- run: scripts/lint.sh