Skip to content

experiment with ruff #191

experiment with ruff

experiment with ruff #191

Workflow file for this run

name: main
on:
pull_request:
push:
branches: [main]
jobs:
main:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py312", "py313", "py314", "pypy7.3.13"]' # https://github.com/actions/runner-images/blob/50ae10289a1d019551858f6a174f78d2e212bed4/images/ubuntu/Ubuntu2204-Readme.md#pypy
main-win:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py312"]'
os: windows-latest
ruff:
runs-on: ubuntu-latest
steps:
- uses: asottile/workflows/.github/actions/fast-checkout@v1.8.1
- uses: astral-sh/ruff-action@v3
- run: ruff check --fix
- run: ruff format