Skip to content

Bump version to 0.4.0 #35

Bump version to 0.4.0

Bump version to 0.4.0 #35

Workflow file for this run

# melpazoid <https://github.com/riscy/melpazoid> build checks.
name: melpazoid
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with: { python-version: '3.10' }
- name: Install
run: |
sudo apt-get install emacs && emacs --version
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
- name: Run
env:
LOCAL_REPO: ${{ github.workspace }}
RECIPE: (magit-gh :fetcher github :repo "jonathanchu/magit-gh")
WARN_IS_ERROR: false
EXIST_OK: false
run: echo $GITHUB_REF && make -C ~/melpazoid