Skip to content

#21 fixed a crash

#21 fixed a crash #17

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 25.3
- 26.3
- 27.1
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Print emacs version
run: emacs --version
- name: Install dependency
run: sudo apt install aspell aspell-en
- name: Run tests
run: make test