Skip to content

docs: add changelog entry for #39 #333

docs: add changelog entry for #39

docs: add changelog entry for #39 #333

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
paths-ignore:
- "**/*.md"
- "**/*.org"
schedule:
- cron: "0 6 * * *"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- '30.2'
- snapshot
steps:
- uses: d12frosted/setup-emacs@v1
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v4
- name: Install Eldev
run: curl -fsSL https://raw.github.com/doublep/eldev/0.10.3/webinstall/github-eldev | sh
- name: Install dependencies
run: make prepare
- name: Lint
run: make lint
- name: Test
run: make test