Skip to content

Commit

Permalink
add ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chachie committed May 18, 2023
1 parent 24bf1b4 commit 4558fd8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: test runs
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Setup Emacs
uses: purcell/setup-emacs@master
with:
version: '28.2'
- name: Run tests
run: 'emacs -batch -l ert -l lisp-diary-tests.el -f ert-run-tests-batch-and-exit'

0 comments on commit 4558fd8

Please sign in to comment.