Skip to content

Improve PR #28 helm-yas-find-recursively issue #2

Improve PR #28 helm-yas-find-recursively issue

Improve PR #28 helm-yas-find-recursively issue #2

Workflow file for this run

name: CI
on:
pull_request:
push:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 28.2
- 29.1
- 'snapshot'
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- name: Install cask
run: |
git clone https://github.com/cask/cask ~/.cask
echo "${HOME}/.cask/bin" >> $GITHUB_PATH
- name: Run tests
run: make test