aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-08-30 10:23:04 +0200
committerYann Herklotz <git@yannherklotz.com>2021-08-30 10:23:04 +0200
commit9e046c79646828cca076cc10fbb66c2a595bbd2e (patch)
tree7661c61e23f5c3911457ea801f50adb1bc39a942
parent7e5395be815cbb8e1fb9ad24adeb4e5239ff3f5e (diff)
downloademacs-zettelkasten-9e046c79646828cca076cc10fbb66c2a595bbd2e.tar.gz
emacs-zettelkasten-9e046c79646828cca076cc10fbb66c2a595bbd2e.zip
Add melpazoid.yml
-rw-r--r--.github/workflows/melpazoid.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/workflows/melpazoid.yml b/.github/workflows/melpazoid.yml
new file mode 100644
index 0000000..a3c3060
--- /dev/null
+++ b/.github/workflows/melpazoid.yml
@@ -0,0 +1,30 @@
+# melpazoid <https://github.com/riscy/melpazoid> build checks.
+
+# If your package is on GitHub, enable melpazoid's checks by copying this file
+# to .github/workflows/melpazoid.yml and modifying RECIPE and EXIST_OK below.
+
+name: melpazoid
+on: [push, pull_request]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: Set up Python 3.6
+ uses: actions/setup-python@v1
+ with: { python-version: 3.6 }
+ - name: Install
+ run: |
+ python -m pip install --upgrade pip
+ sudo apt-get install emacs && emacs --version
+ git clone https://github.com/riscy/melpazoid.git ~/melpazoid
+ pip install ~/melpazoid
+ - name: Run
+ env:
+ LOCAL_REPO: ${{ github.workspace }}
+ # RECIPE is your recipe as written for MELPA:
+ RECIPE: (shx :repo "riscy/shx-for-emacs" :fetcher github)
+ # set this to false (or remove it) if the package isn't on MELPA:
+ EXIST_OK: true
+ run: echo $GITHUB_REF && make -C ~/melpazoid