Skip to content

Add integration tests #418

Add integration tests

Add integration tests #418

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version: [26, 27, 28, "master"]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run linters
env:
VERSION: ${{ matrix.emacs_version }}
run: >-
make docker CMD="make lint"