Skip to content

Use "#'", not "'", to quote functions. Pacifies linter. #169

Use "#'", not "'", to quote functions. Pacifies linter.

Use "#'", not "'", to quote functions. Pacifies linter. #169

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
# - 24.3 Some problem with command arg history tests.
- 25.1
- 26.1
- 27.1
- 28.2
- 29.1
- snapshot
steps:
- name: Install emacs
uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- name: Checkout x509-mode
uses: actions/checkout@v3
with:
repository: jobbflykt/x509-mode
path: x509-mode
- name: Build x509-mode
run: make -C x509-mode lisp
- name: Test x509-mode
run: make -C x509-mode test