1
0
Fork 0
pre-commit/.github/workflows/main.yml
Daniel Baumann 2ddebfdc93
Adding upstream version 4.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-20 08:17:13 +01:00

23 lines
500 B
YAML

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39", "py310", "py311", "py312"]'
os: ubuntu-latest