mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
parent
dd97157e54
commit
50a9fefe01
4 changed files with 10 additions and 11 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -8,12 +8,12 @@ on:
|
|||
|
||||
jobs:
|
||||
main-windows:
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
|
||||
with:
|
||||
env: '["py38"]'
|
||||
os: windows-latest
|
||||
main-linux:
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
|
||||
with:
|
||||
env: '["py37", "py38", "py39", "py310"]'
|
||||
env: '["py38", "py39", "py310", "py311"]'
|
||||
os: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue