Skip to content

Run melpazoid

Run melpazoid #368

Workflow file for this run

# melpazoid <https://github.com/riscy/melpazoid> build checks.
name: Run melpazoid
on:
workflow_dispatch:
push:
pull_request:
types: [opened, reopened, edited] # don't say `synchronize`-- that is taken care of by `push`
schedule:
- cron: '38 01 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
uses: actions/setup-python@v4
with: { python-version: 3.12.4 }
- name: Install
run: |
python -m pip install --upgrade pip
sudo apt-get install emacs && emacs --version
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
pip install ~/melpazoid
- name: Run
env:
RECIPE: (elfeed-score :repo "sp1ff/elfeed-score" :fetcher github)
run: echo $GITHUB_REF && make -C ~/melpazoid