We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370022b commit a0b97dbCopy full SHA for a0b97db
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- uses: emacs-eask/setup-eask@master
39
with:
40
- version: '0.4.17'
+ version: '0.6.27'
41
42
- name: Install Rust toolchain
43
uses: actions-rs/toolchain@v1
Eask
@@ -1,6 +1,6 @@
1
(package "lsp-ui"
2
"8.0.0"
3
- "UI integrations for lsp-mode")
+ "UI modules for lsp-mode")
4
5
(package-file "lsp-ui.el")
6
Makefile
@@ -27,11 +27,11 @@ test:
27
28
checkdoc:
29
@echo "Run checkdoc..."
30
- @$(EASK) checkdoc
+ @$(EASK) lint checkdoc
31
32
lint:
33
@echo "Run package-lint..."
34
- @$(EASK) lint
+ @$(EASK) lint package
35
36
clean:
@$(EASK) clean-all
0 commit comments