summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-08-22 20:44:24 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-08-22 20:44:24 +0200
commit8cb8733112d00ad8d24cb1f2f7a7845448c31819 (patch)
tree29aac2154323fbfc0b5379802f7dff1799bef39f /.github
Initial importv0.1.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compile.yml6
-rw-r--r--.github/workflows/test.yml6
2 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
new file mode 100644
index 0000000..2c1a987
--- /dev/null
+++ b/.github/workflows/compile.yml
@@ -0,0 +1,6 @@
+name: Compile
+on: [push, pull_request]
+jobs:
+ compile:
+ name: Compile
+ uses: emacscollective/workflows/.github/workflows/compile.yml@main
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 0000000..01d105e
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,6 @@
+name: Test
+on: [push, pull_request]
+jobs:
+ test:
+ name: Test
+ uses: emacscollective/workflows/.github/workflows/test.yml@main