branch: elpa/with-editor
commit 04226cbe4d84fd058b9b6a9476b4d0bd70e2f8a3
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    ci: Add compile workflow
---
 .github/workflows/compile.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
new file mode 100644
index 0000000000..2c1a9879ba
--- /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

Reply via email to