Skip to content

Commit

Permalink
MELPA CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Aug 2, 2022
1 parent d8296a9 commit 36eae66
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths-ignore:
- '**.md'
- '**.org'

jobs:
test:
Expand All @@ -15,21 +16,33 @@ jobs:
matrix:
emacs_version:
- 27.2
- 26.3
- 25.3

- 28.1
- snapshot
steps:
- name: Set up Emacs
uses: purcell/setup-emacs@master
with:
version: ${{matrix.emacs_version}}

- name: Install w3m
run: sudo apt-get install -y w3m

- name: Install Eldev
run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh

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

# - name: Lint source code with elisp-lint
# run: |
# cd el
# eldev -p -dtT -q lint elisp-lint

- name: Lint documentation with checkdoc
run: |
cd el
eldev -p -dtT lint doc
- name: Test the uncompiled source
run: |
cd el
Expand Down

0 comments on commit 36eae66

Please sign in to comment.