Skip to content

Commit 468c641

Browse files
authored
tests: Avoid actions' warnings (#25)
* chore(Eask): Add package metadata * test: Avoid actions' warnings * chore(Makefile): Update eask's clean command * tests: Remove windows-bootstrap
1 parent e245407 commit 468c641

File tree

5 files changed

+8
-43
lines changed

5 files changed

+8
-43
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212

1313
- name: MkDocs
1414
run: |

.github/workflows/test.yml

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

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

Eask

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
"0.1"
33
"sourcekit-lsp client for lsp-mode")
44

5+
(website-url "https://github.com/emacs-lsp/lsp-sourcekit")
6+
(keywords "languages" "lsp" "swift" "objective-c" "c++")
7+
58
(package-file "lsp-sourcekit.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
@@ -23,4 +23,4 @@ lint:
2323
$(EASK) lint package
2424

2525
clean:
26-
$(EASK) clean-all
26+
$(EASK) clean all

test/windows-bootstrap.el

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)