Skip to content

Merge pull request #146 from xuan-w/patch-org #78

Merge pull request #146 from xuan-w/patch-org

Merge pull request #146 from xuan-w/patch-org #78

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 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: Run tests
run: make test