Skip to content

Make latex plugin also works for AUCTeX too #79

Make latex plugin also works for AUCTeX too

Make latex plugin also works for AUCTeX too #79

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 26.3
- 27.1
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Print emacs version
run: emacs --version
- name: Run tests
run: make test