Skip to content

Merge pull request #1035 from asottile/all-repos_autofix_all-repos-ma… #350

Merge pull request #1035 from asottile/all-repos_autofix_all-repos-ma…

Merge pull request #1035 from asottile/all-repos_autofix_all-repos-ma… #350

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py310"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py310", "py311", "py312", "py313"]'
os: ubuntu-latest