Skip to content

Prepare changelog for release 4.17-501 #817

Prepare changelog for release 4.17-501

Prepare changelog for release 4.17-501 #817

Workflow file for this run

name: Emacs lint

Check failure on line 1 in .github/workflows/emacs-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/emacs-lint.yml

Invalid workflow file

Invalid type for `job.strategy`
on:
push:
paths:
- 'emacs/**'
- '**/emacs-lint.yml'
pull_request:
paths:
- 'emacs/**'
- '**/emacs-lint.yml'
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
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/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Run tests
continue-on-error: true
run: 'cd emacs && ./check.sh'