Skip to content

Commit 28110eb

Browse files
committed
ci: Add compile workflow
1 parent 689c16f commit 28110eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/compile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: Compile
2+
on: [push, pull_request]
3+
jobs:
4+
compile:
5+
name: Compile
6+
uses: emacscollective/workflows/.github/workflows/compile.yml@main

0 commit comments

Comments
 (0)