Skip to content

Fix barfing with < on closing paren with preceding form (#114) #44

Fix barfing with < on closing paren with preceding form (#114)

Fix barfing with < on closing paren with preceding form (#114) #44

Workflow file for this run

name: CI
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 26.3
- 27.2
- 28.2
- snapshot
steps:
- name: Set up Emacs
uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- name: Install Eldev
run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
- name: Check out source code
uses: actions/checkout@v2
- name: Test integration
run: |
eldev -p -dtTC test