Skip to content

sse2 stable impl

sse2 stable impl #502

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=default -y
- run: pip install -U autoflake isort black ruff mypy types-python-dateutil types-pytz types-simplejson types-ujson
- uses: actions/checkout@v4
- run: cargo fmt
- run: ./script/lint
- run: git diff --exit-code