Skip to content

Avoid unused return value warning in Emacs 30 #77

Avoid unused return value warning in Emacs 30

Avoid unused return value warning in Emacs 30 #77

Workflow file for this run

name: test
on:
push:
paths-ignore:
- '*.md'
- 'COPYING'
- 'HISTORY'
pull_request:
paths-ignore:
- '*.md'
- 'COPYING'
- 'HISTORY'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- "26.3"
- "27.2"
- "28.1"
- snapshot
steps:
- name: Set up Emacs
uses: purcell/setup-emacs@master
with:
version: ${{matrix.emacs_version}}
- name: Check out tuareg
uses: actions/checkout@v2
- name: Byte-compile
run: make elc-werror
- name: Test
run: make check