From 74304e45c1d349e50dd3e0b73bfa8398385d5733 Mon Sep 17 00:00:00 2001 From: Correl Date: Sat, 29 Oct 2022 01:05:22 -0400 Subject: [PATCH] Add github test workflow --- .github/workflows/test.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..d3a1abe --- /dev/null +++ b/.github/workflows/test.yml @@ -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