Skip to content

Use project.el to locate project roots #92

Use project.el to locate project roots

Use project.el to locate project roots #92

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- '26.1'
- '26.2'
- '26.3'
- '27.1'
- '28.1'
cask_version:
- 'snapshot'
steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
with:
python-version: '3.7'
architecture: 'x64'
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: conao3/setup-cask@master
with:
version: 'snapshot'
- name: Run tests
run: make actions-test