[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
- [elpa] branch externals/elisa created (now c842f1ce32), ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 8251bfb4ed 05/98: Fix async commands, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 36ea38a574 08/98: Add elisa-chat-provider custom variable, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 8c5d28ffea 01/98: Add ELISA implementation, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 921e815d89 06/98: Reopen elisa db on async parsing done, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa cb57cf3001 09/98: Improve docs, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 61bc97993e 16/98: Exclude load-file check not working in CI,
ELPA Syncer <=
- [elpa] externals/elisa ad67b47b50 10/98: Improve docs, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa de9fa3c1a4 28/98: Fix docs, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 1f5a462be4 34/98: Add search duckduckgo function, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 3324a2e68d 41/98: Use plz to get web requests. Add optional search with searxng., ELPA Syncer, 2024/07/17
- [elpa] externals/elisa c050a9c987 42/98: Improve prompt rewrite template, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 50d7fa5963 43/98: Improve error handling, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa e50570e2ee 49/98: Inject missing variables for async execution, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa acf2521ad3 59/98: Add functions to prepare file list for parsing, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa f3bb796a65 64/98: Implement collection management, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa af9da0b561 68/98: Refactor prompt rewriting, ELPA Syncer, 2024/07/17