mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2024-11-22 14:37:12 +08:00
a49f812a96
Committed via https://github.com/asottile/all-repos
20 lines
387 B
YAML
20 lines
387 B
YAML
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
|