Skip to content

Commit a0b97db

Browse files
authored
Fix (update) CI (emacs-lsp#715)
* Fix CI * Fix unmatched summary
1 parent 370022b commit a0b97db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: emacs-eask/setup-eask@master
3939
with:
40-
version: '0.4.17'
40+
version: '0.6.27'
4141

4242
- name: Install Rust toolchain
4343
uses: actions-rs/toolchain@v1

Eask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(package "lsp-ui"
22
"8.0.0"
3-
"UI integrations for lsp-mode")
3+
"UI modules for lsp-mode")
44

55
(package-file "lsp-ui.el")
66

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ test:
2727

2828
checkdoc:
2929
@echo "Run checkdoc..."
30-
@$(EASK) checkdoc
30+
@$(EASK) lint checkdoc
3131

3232
lint:
3333
@echo "Run package-lint..."
34-
@$(EASK) lint
34+
@$(EASK) lint package
3535

3636
clean:
3737
@$(EASK) clean-all

0 commit comments

Comments
 (0)