mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-31 02:36:52 +00:00
azure pipelines -> github actions
This commit is contained in:
parent
66ecc5beb4
commit
a13cf6492e
3 changed files with 20 additions and 25 deletions
19
.github/workflows/main.yml
vendored
Normal file
19
.github/workflows/main.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue