summaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorGravatar Damien Cassou2021-03-16 21:38:22 +0100
committerGravatar Damien Cassou2021-03-16 21:38:22 +0100
commita855c61150b8516f554b409ca65a96de4bf56c5e (patch)
treefafc22bb00c2c24872ac5f7a34b82792f8ae6bb7 /.github
parent12d90831bbfd590f3c9090b6575826f3ff34765d (diff)
downloadnroam-a855c61150b8516f554b409ca65a96de4bf56c5e.tar.gz
nroam-a855c61150b8516f554b409ca65a96de4bf56c5e.zip
* .github/workflows/test.yml (jobs): Show Emacs version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3e2d1c4..c288acb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,4 +23,5 @@ jobs:
- name: Test the project
run: |
make ci-dependencies
+ emacs --version
make check