Skip to content

chore(deps): bump actions/checkout from 2 to 6 #38

chore(deps): bump actions/checkout from 2 to 6

chore(deps): bump actions/checkout from 2 to 6 #38

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '**.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: purcell/setup-emacs@master
with:
version: 29.3
- uses: actions/checkout@v6
- name: Run tests
run: make package-lint
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 26.1
- 26.3
- 27.1
- 27.2
- 28.1
- 28.2
- 29.1
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v6
- name: Run tests
run: make compile