Skip to content

Merge pull request #213 from asottile/all-repos_autofix_all-repos-manual #101

Merge pull request #213 from asottile/all-repos_autofix_all-repos-manual

Merge pull request #213 from asottile/all-repos_autofix_all-repos-manual #101

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
with:
env: '["py39"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
with:
env: '["py39", "py310", "py311", "py312"]'
os: ubuntu-latest