Skip to content

Add dir local variable to not use tabs in this project #42

Add dir local variable to not use tabs in this project

Add dir local variable to not use tabs in this project #42

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 25.1
- 25.3
- 26.1
- 26.3
- 27.1
- 28.1
- 28.2
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: conao3/setup-cask@master
with:
version: 'snapshot'
- uses: actions/checkout@v2
- name: Print Emacs version
run: |
emacs --version
- name: Run tests
run: |
cask
cask exec buttercup -L .