Skip to content

Commit

Permalink
Run lint on CI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Apr 12, 2021
1 parent 5d600ac commit 9ec14af
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Test

on:
push:
branches: ["main"]
pull_request:
branches: ["**"]

jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs-version:
- 24.5
- 25.3
- 26.3
- 27.2
steps:
- uses: actions/checkout@v2
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- uses: leotaku/elisp-check@master

0 comments on commit 9ec14af

Please sign in to comment.