1 # melpazoid <https://github.com/riscy/melpazoid> build checks.
3 # for musicbrainz package
5 name: melpazoid-musicbrainz
6 on: [push, pull_request]
10 runs-on: ubuntu-latest
12 - uses: actions/checkout@v2
13 - name: Set up Python 3.9
14 uses: actions/setup-python@v1x
15 with: { python-version: 3.9 }
18 python -m pip install --upgrade pip
19 sudo apt-get install emacs && emacs --version
20 git clone https://github.com/riscy/melpazoid.git ~/melpazoid
21 pip install ~/melpazoid
24 LOCAL_REPO: ${{ github.workspace }}
25 # RECIPE is your recipe as written for MELPA:
26 RECIPE: (musicbrainz :repo "zzkt/metabrainz" :fetcher github :files ("musicbrainz.el"))
27 # set this to false (or remove it) if the package isn't on MELPA:
29 run: echo $GITHUB_REF && make -C ~/melpazoid