Skip to content

feat(emacs): Add support for opam-switch-mode (>= 1.3) #618

feat(emacs): Add support for opam-switch-mode (>= 1.3)

feat(emacs): Add support for opam-switch-mode (>= 1.3) #618

Workflow file for this run

name: Emacs lint
on:
push:
paths:
- 'emacs/**'
- '**/emacs-lint.yml'
pull_request:
paths:
- 'emacs/**'
- '**/emacs-lint.yml'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- '27.2'
- '28.2'
- snapshot
env:
EMACS_PACKAGE_LINT_IGNORE: ${{ matrix.package_lint_ignore }}
EMACS_BYTECOMP_WARN_IGNORE: ${{ matrix.bytecomp_warn_ignore }}
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Run tests
run: 'cd emacs && ./check.sh'