1
0
Fork 0
identify/.github/workflows/main.yml
Daniel Baumann 24f491d3d0
Merging upstream version 2.5.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-12 22:06:26 +01:00

13 lines
208 B
YAML

name: main
on:
push:
branches: [main, test-me-*]
tags:
pull_request:
jobs:
main:
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
with:
env: '["py38", "py39", "py310"]'