summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:18:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:18:57 +0000
commit5879b93d587f602920623c1b9abaa392ba9b52f6 (patch)
tree69552f74b49d8744fa8e743c08ab0063cfdb1bec /.github
parentReleasing debian version 3.3.1-3. (diff)
downloadcfgv-5879b93d587f602920623c1b9abaa392ba9b52f6.tar.xz
cfgv-5879b93d587f602920623c1b9abaa392ba9b52f6.zip
Merging upstream version 3.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r--.github/FUNDING.yml1
-rw-r--r--.github/workflows/main.yml13
2 files changed, 13 insertions, 1 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index eb54a96..0000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1 +0,0 @@
-github: asottile
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..f235f84
--- /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.5.0
+ with:
+ env: '["py38", "py39", "py310", "py311"]'