Skip to content

Commit

Permalink
Switch from melpazoid to elisp-check
Browse files Browse the repository at this point in the history
  • Loading branch information
a13 committed Jul 3, 2020
1 parent 2f0725d commit 90add9a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: check

on:
pull_request:
push:
branches:
- master
- 'releases/*'

jobs:
check:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 26.1
- 26.2
- 26.3
ignore_warnings:
- true
include:
- emacs_version: snapshot
ignore_warnings: false
steps:
- uses: actions/checkout@v2
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: leotaku/elisp-check@master
with:
file: reverse-im.el
ignore_warnings: ${{ matrix.ignore_warnings }}
29 changes: 0 additions & 29 deletions .github/workflows/melpazoid.yml

This file was deleted.

0 comments on commit 90add9a

Please sign in to comment.