Skip to content

feat(buttercup): add buttercup test runners #35

feat(buttercup): add buttercup test runners

feat(buttercup): add buttercup test runners #35

Workflow file for this run

name: ci
on:
pull_request:
push:
paths-ignore:
- '**.md'
jobs:
tests:
name: ${{ matrix.emacs.name }}
runs-on: ubuntu-latest
container:
image: martini97/emacs:${{ matrix.emacs.version }}
options: --user root
strategy:
fail-fast: true
matrix:
emacs:
- name: Emacs 29
version: 29
- name: Emacs 30
version: 30
steps:
- uses: actions/checkout@v3
- name: run install dependencies
run: make install
- name: install tree-sitter grammars
run: make tree-sitter
- name: run ci
run: make compile lint test