summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:18:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:18:53 +0000
commit82bb919828cbe531a83835b87dade5a3a74c7c9c (patch)
tree67c33bb03cc7bbd4854d3e8e73209b9193e92204 /.github
parentAdding upstream version 3.3.1. (diff)
downloadcfgv-82bb919828cbe531a83835b87dade5a3a74c7c9c.tar.xz
cfgv-82bb919828cbe531a83835b87dade5a3a74c7c9c.zip
Adding upstream version 3.4.0.upstream/3.4.0upstream
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"]'