Skip to content

[#72] Resolve templating bug and add unit tests to cover #29

[#72] Resolve templating bug and add unit tests to cover

[#72] Resolve templating bug and add unit tests to cover #29

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version: [26, 27, 28, 29]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: CI
env:
VERSION: ${{ matrix.emacs_version }}
run: >-
make docker CMD="make -k compile checkdoc longlines unit"