Skip to content

Add workaround from described from hotfuzz for consult #141

Add workaround from described from hotfuzz for consult

Add workaround from described from hotfuzz for consult #141

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 28.2
- snapshot
steps:
- uses: actions/checkout@v3
- uses: jcs090218/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'
- name: Print emacs version
run: |
emacs --version
- run: echo "$HOME/.cask/bin" >> $GITHUB_PATH
- run: make install
- run: make compile
- run: make lint
- run: make test