Skip to content

Commit

Permalink
Use template workflow for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Sep 2, 2023
1 parent 61f1eb2 commit df82606
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,8 @@ name: CI

on:
pull_request:
push:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 28.1
steps:
- name: Set up Emacs
uses: purcell/setup-emacs@master
with:
version: ${{matrix.emacs_version}}

- name: Check out the source code
uses: actions/checkout@v2

- name: Test the project
run: |
make ci-dependencies
emacs --version
make check
compile:
name: Compile
uses: DamienCassou/emacs-workflows/.github/workflows/makel.yml@main

0 comments on commit df82606

Please sign in to comment.