Skip to content

Bump purcell/setup-emacs from 6.0 to 7.0 #97

Bump purcell/setup-emacs from 6.0 to 7.0

Bump purcell/setup-emacs from 6.0 to 7.0 #97

Workflow file for this run

name: CI
on: push
jobs:
lint:
strategy:
matrix:
elisp-check:
- load-file
- byte-compile
- melpa
- package-lint
- checkdoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: purcell/[email protected]
with:
version: 29.1
- name: install dependencies
run: |
emacs -Q --batch -l .github/workflows/install-deps.el
- name: run linter
uses: leotaku/[email protected]
with:
check: ${{ matrix.elisp-check }}
file: "*.el"
- name: run tests
uses: leotaku/[email protected]
with:
check: ert
file: "test/*-test.el"