mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
upgrade asottile/workflows to get fast-checkout
This commit is contained in:
parent
50cf02764c
commit
f54386203e
2 changed files with 3 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -12,12 +12,12 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
main-windows:
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.2.0
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.4.0
|
||||
with:
|
||||
env: '["py38"]'
|
||||
os: windows-latest
|
||||
main-linux:
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.2.0
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.4.0
|
||||
with:
|
||||
env: '["py38", "py39", "py310"]'
|
||||
os: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue