[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/which-key a66bf93 26/51: Try purcell's workflow action
From: |
Stefan Monnier |
Subject: |
[elpa] externals/which-key a66bf93 26/51: Try purcell's workflow action |
Date: |
Tue, 8 Sep 2020 10:26:18 -0400 (EDT) |
branch: externals/which-key
commit a66bf9336a2499d1231d460ff35c56db1df477ac
Author: Justin Burkett <justin@burkett.cc>
Commit: Justin Burkett <justin@burkett.cc>
Try purcell's workflow action
---
.github/workflows/test.yml | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 0000000..3af1847
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,33 @@
+name: which-key-test-workflow
+on:
+ pull-request:
+ push:
+ branches:
+ - master
+
+jobs:
+ build:
+ runs-on: [ubuntu-latest, macos-latest]
+ strategy:
+ matrix:
+ emacs_version:
+ - 24.1
+ - 24.2
+ - 24.3
+ - 24.4
+ - 24.5
+ - 25.1
+ - 25.2
+ - 25.3
+ - 26.1
+ - 26.2
+ - 26.3
+ - snapshot
+ steps:
+ - uses: purcell/setup-emacs@master
+ with:
+ version: ${{ matrix.emacs_version }}
+
+ - uses: actions/checkout@v2
+ - name: Run tests
+ run: 'emacs -Q -batch -L . -l which-key-tests.el -f
ert-run-tests-batch-and-exit'
- [elpa] externals/which-key fcc509f 25/51: Update travis versions, (continued)
- [elpa] externals/which-key fcc509f 25/51: Update travis versions, Stefan Monnier, 2020/09/08
- [elpa] externals/which-key 6e4b4c5 36/51: Simplify last commit, Stefan Monnier, 2020/09/08
- [elpa] externals/which-key ce25fb2 44/51: Add basic PR template, Stefan Monnier, 2020/09/08
- [elpa] externals/which-key 7b068f3 38/51: Fix case sorting in alpha sort functions, Stefan Monnier, 2020/09/08
- [elpa] externals/which-key 3401440 28/51: Fix workflow, Stefan Monnier, 2020/09/08
- [elpa] externals/which-key d5a4273 35/51: Replace use of xor, Stefan Monnier, 2020/09/08
- [elpa] externals/which-key cf44641 31/51: Replace travis badge with github workflow badge, Stefan Monnier, 2020/09/08
- [elpa] externals/which-key d1dfddc 24/51: Refactor regexp & fix incompatibility + error, Stefan Monnier, 2020/09/08
- [elpa] externals/which-key c47c72d 11/51: Cleanup whitespace in README, Stefan Monnier, 2020/09/08
- [elpa] externals/which-key 1e3640e 18/51: Make next page hint more consistent, Stefan Monnier, 2020/09/08
- [elpa] externals/which-key a66bf93 26/51: Try purcell's workflow action,
Stefan Monnier <=
- [elpa] externals/which-key e48e190 46/51: Fix #257 (#258), Stefan Monnier, 2020/09/08