mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-05 22:10:05 +03:00
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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
experimental: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: jcs090218/setup-emacs@master
|
||||
with:
|
||||
|
||||
2
Eask
2
Eask
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user