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

View File

@@ -35,7 +35,7 @@ jobs:
experimental: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: jcs090218/setup-emacs@master
with:

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")

View File

@@ -26,11 +26,11 @@ test:
checkdoc:
@echo "Run checkdoc..."
$(EASK) checkdoc
$(EASK) lint checkdoc
lint:
@echo "Run package-lint..."
$(EASK) lint
$(EASK) lint package
clean:
$(EASK) clean-all
$(EASK) clean all