Skip to content

Use symbol in obsolete variable sexp #19

Use symbol in obsolete variable sexp

Use symbol in obsolete variable sexp #19

Workflow file for this run

name: check
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
check:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 24.4
- 25.1
- 26.1
- 26.2
- 26.3
- 27.1
- 27.2
- 28.1
- 28.2
- 29.1
- release-snapshot
ignore_warnings:
- false
include:
- emacs_version: snapshot
ignore_warnings: false
steps:
- uses: actions/checkout@v3
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
# https://github.com/marketplace/actions/emacs-lisp-check
- uses: leotaku/elisp-check@master
with:
file: memento-mori.el
ignore_warnings: ${{ matrix.ignore_warnings }}