We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0381210 commit a48763bCopy full SHA for a48763b
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- snapshot
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
21
- uses: jcs090218/setup-emacs@master
22
with:
Eask
@@ -2,10 +2,15 @@
2
"0.4"
3
"LSP treemacs")
4
5
+(website-url "https://github.com/emacs-lsp/lsp-treemacs")
6
+(keywords "languages")
7
+
8
(package-file "lsp-treemacs.el")
9
10
(files "*.el")
11
12
+(script "test" "echo \"Error: no test specified\" && exit 1")
13
14
(source "gnu")
15
(source "melpa")
Makefile
@@ -22,4 +22,4 @@ lint:
$(EASK) lint
23
24
clean:
25
- $(EASK) clean-all
+ $(EASK) clean all
0 commit comments