Skip to content

Commit

Permalink
Setup GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gongo committed May 17, 2021
1 parent 8eb6668 commit 38d12e1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
@@ -0,0 +1,22 @@
name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- '23.4'
- '24.3'
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: conao3/setup-cask@master

- name: Run tests
run: |
cask install
cask exec ert-runner
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -2,6 +2,7 @@ JSON Reformat
=============

[![Build Status](https://travis-ci.org/gongo/json-reformat.png)](https://travis-ci.org/gongo/json-reformat)
![Test](https://github.com/gongo/json-reformat/workflows/Test/badge.svg)
[![Coverage Status](https://img.shields.io/coveralls/gongo/json-reformat.svg)](https://coveralls.io/r/gongo/json-reformat?branch=master)
[![melpa badge][melpa-badge]][melpa-link]
[![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
Expand Down

0 comments on commit 38d12e1

Please sign in to comment.