branch: externals/bicep-ts-mode
commit 511d47a4ff1ab45d2e467edf1696bc453f1593dd
Author: Jostein Kjønigsen <[email protected]>
Commit: GitHub <[email protected]>
Add CI build
---
.github/workflows/ci.yml | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000000..cb4ceae9dd
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,29 @@
+name: CI
+
+on:
+ pull_request:
+ push:
+ paths-ignore:
+ - '**.md'
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ emacs_version:
+ - 29.1
+ - 30.1
+ - snapshot
+ steps:
+ - uses: actions/checkout@v2
+ with:
+ node-version: '22'
+ - uses: actions/setup-python@v2
+ - uses: purcell/setup-emacs@master
+ with:
+ version: ${{ matrix.emacs_version }}
+ - uses: conao3/setup-cask@master
+
+ - name: Run build
+ run: make all