summaryrefslogtreecommitdiff
path: root/.github/workflows/compile.yml
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-01-16 21:25:08 +0100
committerJonas Bernoulli <jonas@bernoul.li>2023-01-16 21:27:26 +0100
commit04226cbe4d84fd058b9b6a9476b4d0bd70e2f8a3 (patch)
tree1df1cdd32759fd0f12c4b9fd2256d906cd51fed1 /.github/workflows/compile.yml
parentac369b7767239c57e2821c563dbdf305210d23a8 (diff)
ci: Add compile workflow
Diffstat (limited to '.github/workflows/compile.yml')
-rw-r--r--.github/workflows/compile.yml6
1 files changed, 6 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