Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beacoder authored Apr 30, 2024
1 parent 3f52bfe commit 75a1e99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
pull_request:
push:
paths-ignore:
- '**.md'
Expand All @@ -12,7 +13,7 @@ jobs:
- uses: purcell/setup-emacs@master
with:
version: 29.3
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run tests
run: make package-lint

Expand All @@ -32,6 +33,8 @@ jobs:
- 28.1
- 28.2
- 29.1
- 29.2
- 29.3
- snapshot
steps:
- uses: purcell/setup-emacs@master
Expand Down

0 comments on commit 75a1e99

Please sign in to comment.