summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-05 08:20:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-05 08:20:52 +0000
commitbfeaebc0eee2475dcc9286ee3d7ed11b823b071d (patch)
treeb3c6119e0063643c9d968615bceaf4bba116b1ce /.github/workflows/main.yml
parentAdding upstream version 2.5.11. (diff)
downloadidentify-upstream/2.5.12.tar.xz
identify-upstream/2.5.12.zip
Adding upstream version 2.5.12.upstream/2.5.12
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..3c7e995
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -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"]'