Skip to content

Commit a48763b

Browse files
authored
tests: Avoid actions' warnings (#152)
* chore(Eask): Add package metadata * chore(Makefile): Update eask's clean command * tests: Avoid actions' warning
1 parent 0381210 commit a48763b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- snapshot
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- uses: jcs090218/setup-emacs@master
2222
with:

Eask

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
"0.4"
33
"LSP treemacs")
44

5+
(website-url "https://github.com/emacs-lsp/lsp-treemacs")
6+
(keywords "languages")
7+
58
(package-file "lsp-treemacs.el")
69

710
(files "*.el")
811

12+
(script "test" "echo \"Error: no test specified\" && exit 1")
13+
914
(source "gnu")
1015
(source "melpa")
1116

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ lint:
2222
$(EASK) lint
2323

2424
clean:
25-
$(EASK) clean-all
25+
$(EASK) clean all

0 commit comments

Comments
 (0)