1
0
Fork 0

Adding upstream version 2.5.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 22:06:03 +01:00
parent 303d861dc3
commit f0861d990e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 19 additions and 26 deletions

13
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,13 @@
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"]'