We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e44bf commit c9b24e8Copy full SHA for c9b24e8
.github/workflows/test.yml renamed to .github/workflows/emacs-eldev.yml
@@ -1,4 +1,4 @@
1
-name: Emacs CI Testing
+name: Emacs Package CI (Eldev)
2
3
on:
4
push:
.github/workflows/melpazoid.yml
-name: Melpazoid
+name: Emacs Melpazoid
on: [push, pull_request]
@@ -35,7 +35,7 @@ jobs:
35
LOCAL_REPO: ${{ github.workspace }}
36
RECIPE: (sdml-mode :repo "sdm-lang/emacs-sdml-mode" :fetcher github)
37
# set this to false (or remove it) if the package isn't on MELPA:
38
- EXIST_OK: false
+ # EXIST_OK: false
39
run: |
40
echo $GITHUB_REF
41
make -C ~/melpazoid
0 commit comments