Get the image to actually appear in the README #57
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: check | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Install dependencies | |
run: sudo apt-get install -y elpa-macaulay2 macaulay2 elpa-org | |
- name: Run MELPA checks | |
uses: leotaku/elisp-check@master | |
- name: Run tests | |
run: make check |