Skip to content

Search by type feature, a kind of sherlodoc in Merlin #775

Search by type feature, a kind of sherlodoc in Merlin

Search by type feature, a kind of sherlodoc in Merlin #775

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'
- '29.1'
- snapshot
fail-fast: false # don't stop jobs if one fails
env:
EMACS_PACKAGE_LINT_IGNORE: ${{ matrix.package_lint_ignore }}
EMACS_BYTECOMP_WARN_IGNORE: ${{ matrix.bytecomp_warn_ignore }}
steps:
- uses: purcell/[email protected]
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v4
- name: Run tests
run: 'cd emacs && ./check.sh'