Skip to content

Commit

Permalink
Test CI added
Browse files Browse the repository at this point in the history
  • Loading branch information
regob committed Sep 3, 2024
1 parent 9504264 commit fe38717
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Emacs test CI"
on:
push:
paths-ignore:
- '**.md'
- '**.org'
jobs:
# Linux ci adapted from https://github.com/purcell/emacs.d
startup_linux:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
emacs_version:
- 29.3
experimental: [false]
# include:
# - emacs_version: snapshot
# experimental: true
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v4
- name: Check startup
run: ./test-startup.sh

0 comments on commit fe38717

Please sign in to comment.