Skip to content

Add new TODO list entry to show key binding. #18

Add new TODO list entry to show key binding.

Add new TODO list entry to show key binding. #18

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 0 * * *'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- emacs_version: 29.1
warnings_as_errors: true
steps:
- uses: purcell/[email protected]
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v4
- uses: leotaku/elisp-check@master
with:
check: melpa
file: '*.el'
warnings_as_errors: ${{ matrix.warnings_as_errors }}