aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-02-04 13:55:56 +0000
committerYann Herklotz <git@yannherklotz.com>2023-02-04 13:55:56 +0000
commit68dc980858ed72f0943fe332c93189dd66b5329c (patch)
tree6fc049bccfc2c9f7cbc3e850e5f7b390fe157dc6
parent60829508e8928cc719a2654e0a92648f6f3a9a27 (diff)
downloademacs-zettelkasten-master.tar.gz
emacs-zettelkasten-master.zip
Remove melpazoid check for org-zettelkastenHEADmaster
-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 }}