aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-08-30 10:40:50 +0200
committerYann Herklotz <git@yannherklotz.com>2021-08-30 10:40:50 +0200
commit1528328180a2e1974315aebd4d30440aaac72c4f (patch)
tree8d5035734e0b8fa7ddec4d3c239f1d80a608a6f2
parent9e046c79646828cca076cc10fbb66c2a595bbd2e (diff)
downloademacs-zettelkasten-1528328180a2e1974315aebd4d30440aaac72c4f.tar.gz
emacs-zettelkasten-1528328180a2e1974315aebd4d30440aaac72c4f.zip
Fix the recipe
-rw-r--r--.github/workflows/melpazoid.yml12
1 files 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