]> git.vanrenterghem.biz Git - musicbrainz.git/blob - .github/workflows/melpazoid-listenbrainz.yml
cd6cc4b17a0f419fc290b168b84414cf25606005
[musicbrainz.git] / .github / workflows / melpazoid-listenbrainz.yml
1 # melpazoid <https://github.com/riscy/melpazoid> build checks.
3 # for listenbrainz package
5 name: melpazoid-listenbrainz
6 on: [push, pull_request]
8 jobs:
9   build:
10     runs-on: ubuntu-latest
11     steps:
12     - uses: actions/checkout@v3
13     - name: Set up Python 3.10
14       uses: actions/setup-python@v4
15       with:
16         python-version: '3.10'
17     - name: Install
18       run: |
19         python -m pip install --upgrade pip
20         sudo apt-get install emacs && emacs --version
21         git clone https://github.com/riscy/melpazoid.git ~/melpazoid
22         pip install ~/melpazoid
23     - name: Run
24       env:
25         LOCAL_REPO: ${{ github.workspace }}
26         # RECIPE is your recipe as written for MELPA:
27         RECIPE: (listenbrainz :repo "zzkt/metabrainz" :fetcher github :files ("listenbrainz.el"))
28         # set this to false (or remove it) if the package isn't on MELPA:
29         # EXIST_OK: true
30       run: echo $GITHUB_REF && make -C ~/melpazoid