aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/melpazoid.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/melpazoid.yml b/.github/workflows/melpazoid.yml
index 39c428e..3e02468 100644
--- a/.github/workflows/melpazoid.yml
+++ b/.github/workflows/melpazoid.yml
@@ -23,15 +23,6 @@ jobs:
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
pip install ~/melpazoid
- - name: Check org-zettelkasten
- env:
- LOCAL_REPO: ${{ github.workspace }}
- # RECIPE is your recipe as written for MELPA:
- 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: Check zettelkasten
env:
LOCAL_REPO: ${{ github.workspace }}