mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-02-04 06:54:07 +08:00
20 lines
389 B
YAML
20 lines
389 B
YAML
name: main
|
|
|
|
on:
|
|
push:
|
|
branches: [main, test-me-*]
|
|
tags: '*'
|
|
pull_request:
|
|
|
|
jobs:
|
|
main-windows:
|
|
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
|
|
with:
|
|
env: '["py310"]'
|
|
os: windows-latest
|
|
main-linux:
|
|
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
|
|
with:
|
|
env: '["py310", "py311", "py312", "py313"]'
|
|
os: ubuntu-latest
|