[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/colorful-mode b01d1e17db 2/9: ci: Add Eask-file for tes
From: |
ELPA Syncer |
Subject: |
[elpa] externals/colorful-mode b01d1e17db 2/9: ci: Add Eask-file for tests |
Date: |
Thu, 11 Jul 2024 21:57:49 -0400 (EDT) |
branch: externals/colorful-mode
commit b01d1e17db4d99dae65f1c1b0ed3d13ecf2c4a41
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>
ci: Add Eask-file for tests
---
Eask | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/Eask b/Eask
new file mode 100644
index 0000000000..98f60b8aa1
--- /dev/null
+++ b/Eask
@@ -0,0 +1,15 @@
+(package "colorful-mode"
+ "1.0.4"
+ "Preview any color in your buffer in real time")
+
+(website-url "https://github.com/DevelopmentCool2449/colorful-mode")
+(keywords "faces" "tools" "matching" "convenience")
+
+(package-file "colorful-mode.el")
+
+(script "test" "echo \"Error: no test specified\" && exit 1")
+
+(source "gnu")
+
+(depends-on "emacs" "28.1")
+(depends-on "compat")
- [elpa] externals/colorful-mode updated (2c0adad39e -> 46cc141a2b), ELPA Syncer, 2024/07/11
- [elpa] externals/colorful-mode d5dec84a6c 8/9: docs: Add CI badge, ELPA Syncer, 2024/07/11
- [elpa] externals/colorful-mode 444bf99372 7/9: ci: Fix branch name, ELPA Syncer, 2024/07/11
- [elpa] externals/colorful-mode 624d9ee45a 3/9: chore: Add gitignore file, ELPA Syncer, 2024/07/11
- [elpa] externals/colorful-mode 805c22b708 1/9: chore(.elpaignore): Ignore Eask's stuff, ELPA Syncer, 2024/07/11
- [elpa] externals/colorful-mode b01d1e17db 2/9: ci: Add Eask-file for tests,
ELPA Syncer <=
- [elpa] externals/colorful-mode 46cc141a2b 9/9: ci: Fix lint command, ELPA Syncer, 2024/07/11
- [elpa] externals/colorful-mode bfa32b92c1 6/9: ci: Use eask commands directly, ELPA Syncer, 2024/07/11
- [elpa] externals/colorful-mode 0214703e47 4/9: ci: Add test workflow, ELPA Syncer, 2024/07/11
- [elpa] externals/colorful-mode 7608ebce47 5/9: ci: Add dep bot, ELPA Syncer, 2024/07/11