Skip to content

Merge pull request #86 from asottile/pre-commit-ci-update-config #73

Merge pull request #86 from asottile/pre-commit-ci-update-config

Merge pull request #86 from asottile/pre-commit-ci-update-config #73

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.5.0
with:
env: '["py38"]'
os: windows-latest
arch: '["x64", "x86"]'
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
with:
env: '["py38"]'
os: macos-latest
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
with:
env: '["py38", "py39", "py310"]'
os: ubuntu-latest