From 1528328180a2e1974315aebd4d30440aaac72c4f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 30 Aug 2021 10:40:50 +0200 Subject: Fix the recipe --- .github/workflows/melpazoid.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/melpazoid.yml b/.github/workflows/melpazoid.yml index a3c3060..d3f492f 100644 --- a/.github/workflows/melpazoid.yml +++ b/.github/workflows/melpazoid.yml @@ -7,7 +7,7 @@ name: melpazoid on: [push, pull_request] jobs: - build: + lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -24,7 +24,15 @@ jobs: env: LOCAL_REPO: ${{ github.workspace }} # RECIPE is your recipe as written for MELPA: - RECIPE: (shx :repo "riscy/shx-for-emacs" :fetcher github) + RECIPE: (org-zettelkasten :repo "ymherklotz/emacs-zettelkasten" :fetcher github :files ("org-zettelkasten.el")) + # set this to false (or remove it) if the package isn't on MELPA: + EXIST_OK: true + run: echo $GITHUB_REF && make -C ~/melpazoid + - name: Run + env: + LOCAL_REPO: ${{ github.workspace }} + # RECIPE is your recipe as written for MELPA: + RECIPE: (zettelkasten :repo "ymherklotz/emacs-zettelkasten" :fetcher github :files ("zettelkasten.el")) # set this to false (or remove it) if the package isn't on MELPA: EXIST_OK: true run: echo $GITHUB_REF && make -C ~/melpazoid -- cgit