Skip to content

CI

CI #61

Workflow file for this run

name: CI
on:
schedule:
- cron: '22 23 * * 5'
pull_request:
push:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
emacs_version:
- 25.1
- 25.2
- 25.3
- 26.1
- 26.2
- 26.3
- 27.1
- 27.2
- 28.1
- 28.2
- 29.1
- snapshot
env:
EMACS_LINT_IGNORE: ${{ matrix.lint_ignore }}
LANGTOOL_POPUP_IGNORE: ${{ matrix.ignore_popup }}
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v3
- name: Run tests
run: './run-ci.sh'