File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
15
15
- uses : purcell/setup-emacs@master
16
16
with :
Original file line number Diff line number Diff line change 52
52
wget https://github.com/rust-analyzer/rust-analyzer/releases/download/$RUST_ANALYZER_VERSION/rust-analyzer-linux -O $HOME/bin/rust-analyzer
53
53
chmod +x $HOME/bin/rust-analyzer
54
54
55
- - uses : actions/checkout@v2
55
+ - uses : actions/checkout@v3
56
56
57
57
- name : Run tests
58
58
run : ' make ci'
Original file line number Diff line number Diff line change 1
1
(package "lsp-ui"
2
- "8.0.0 "
2
+ "8.0.1 "
3
3
"UI modules for lsp-mode")
4
4
5
+ (website-url "https://github.com/emacs-lsp/lsp-ui")
6
+ (keywords "languages" "tools")
7
+
5
8
(package-file "lsp-ui.el")
6
9
7
10
(files "*.el" "lsp-ui-doc.html")
8
11
12
+ (script "test" "echo \"Error: no test specified\" && exit 1")
13
+
9
14
(source "gnu")
10
15
(source "melpa")
11
16
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ci: clean build compile checkdoc
14
14
build :
15
15
$(EASK ) package
16
16
$(EASK ) install
17
- $(EASK ) clean- elc
17
+ $(EASK ) clean elc
18
18
19
19
compile :
20
20
@echo " Compiling..."
34
34
@$(EASK ) lint package
35
35
36
36
clean :
37
- @$(EASK ) clean- all
37
+ @$(EASK ) clean all
38
38
39
39
.PHONY : ci build compile test clean
You can’t perform that action at this time.
0 commit comments