tests: Avoid actions' warnings (#118)

* chore(Eask): Add package metadata

* tests: Avoid actions' warnings

* chore(Eask): Update eask's commands

* Remove extra package-file DSL
This commit is contained in:
Jen-Chieh Shen
2023-04-22 16:06:11 +08:00
committed by GitHub
parent c8c22a6884
commit 72ddbec953
3 changed files with 6 additions and 4 deletions

2
Eask
View File

@@ -8,6 +8,8 @@
(package-file "gdscript-mode.el")
(files "*.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "gnu")
(depends-on "emacs" "26.3")