Skip to content

Initial implementation #4

Initial implementation

Initial implementation #4

Workflow file for this run

name: main
on:
pull_request:
push:
branches: [master]
jobs:
main:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38", "py39", "py310", "py311", "py312", "py313", "pypy3"]'
main-win:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: windows-latest
arch: '["x64", "x86"]'