emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/elisa 61bc97993e 16/98: Exclude load-file check not wor


From: ELPA Syncer
Subject: [elpa] externals/elisa 61bc97993e 16/98: Exclude load-file check not working in CI
Date: Wed, 17 Jul 2024 18:58:00 -0400 (EDT)

branch: externals/elisa
commit 61bc97993e1a659391c70a20ed5aab6b550918c5
Author: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Commit: Sergey Kostyaev <kostyaev.sergey2@wb.ru>

    Exclude load-file check not working in CI
---
 .github/workflows/melpa.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/melpa.yml b/.github/workflows/melpa.yml
index bc265616ee..ab0271521c 100644
--- a/.github/workflows/melpa.yml
+++ b/.github/workflows/melpa.yml
@@ -27,7 +27,9 @@ jobs:
         warnings_as_errors:
           - false
         check:
-          - melpa
+          - byte-compile
+          - checkdoc
+          - package-lint
         file:
           - elisa.el
     # Steps represent a sequence of tasks that will be executed as part of the 
job



reply via email to

[Prev in Thread] Current Thread [Next in Thread]