branch: elpa/zig-mode
commit acf3ee8bbf6b7e49dbfaa8bc82a4c1b9b1f2b531
Author: joachimschmidt557 <[email protected]>
Commit: Joachim Schmidt <[email protected]>
Add GitHub Actions
---
.github/workflows/main.yml | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..d6d1350
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,27 @@
+name: CI
+
+on: [push, pull_request]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ emacs_version:
+ - 24.4
+ - 24.5
+ - 25.1
+ - 25.2
+ - 25.3
+ - 26.1
+ - 26.2
+ - 26.3
+ - 27.1
+ - 27.2
+ steps:
+ - uses: purcell/setup-emacs@master
+ with:
+ version: ${{ matrix.emacs_version }}
+ - uses: actions/checkout@v2
+ - name: Run tests
+ run: ./run_tests.sh