mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 12:34:17 +00:00
Update main.yml
updated asottile/workflows to version v1.6.0
This commit is contained in:
parent
aae27b8a3e
commit
32691c5c1c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -8,12 +8,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main-windows:
|
main-windows:
|
||||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
|
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
|
||||||
with:
|
with:
|
||||||
env: '["py38"]'
|
env: '["py38"]'
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
main-linux:
|
main-linux:
|
||||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
|
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
|
||||||
with:
|
with:
|
||||||
env: '["py38", "py39", "py310", "py311"]'
|
env: '["py38", "py39", "py310", "py311"]'
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue