conlanging.el/.gitea/workflows/test.yml

25 lines
451 B
YAML
Raw Normal View History

2024-09-12 21:12:45 +00:00
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 29.4
- snapshot
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@6
with:
version: ${{ matrix.emacs_version }}
- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'
- name: "Execute Eask CI"
run: make ci