Add github test workflow

This commit is contained in:
Correl Roush 2022-10-29 01:05:22 -04:00
parent 6cebce6e81
commit 74304e45c1
1 changed files with 33 additions and 0 deletions

33
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,33 @@
name: CI
on:
push:
paths-ignore:
- '**.org'
pull_request:
paths-ignore:
- '**.org'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 26.3
steps:
- name: Set up Emacs
uses: purcell/setup-emacs@master
with:
version: ${{matrix.emacs_version}}
- name: Install Eldev
run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
- name: Check out the source code
uses: actions/checkout@v2
- name: Test the project
run: |
eldev -p -dtT test