mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
the old syntax worked for azure pipelines but not GHA Committed via https://github.com/asottile/all-repos
19 lines
385 B
YAML
19 lines
385 B
YAML
name: main
|
|
|
|
on:
|
|
push:
|
|
branches: [main, test-me-*]
|
|
tags: '*'
|
|
pull_request:
|
|
|
|
jobs:
|
|
main-windows:
|
|
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
|
|
with:
|
|
env: '["py38"]'
|
|
os: windows-latest
|
|
main-linux:
|
|
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
|
|
with:
|
|
env: '["py37", "py38", "py39", "py310"]'
|
|
os: ubuntu-latest
|