Skip to content

Commit 5aa7807

Browse files
authored
Merge pull request emacs-lsp#161 from jcs-PR/tests/update-eask-commands
tests: Update Eask commands
2 parents 485c114 + ad70905 commit 5aa7807

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
emacs-version:
19-
- 26.1
20-
- 26.2
2119
- 26.3
22-
- 27.1
2320
- 27.2
24-
- 28.1
21+
- 28.2
2522
- snapshot
2623

2724
steps:
@@ -31,10 +28,6 @@ jobs:
3128
with:
3229
version: ${{ matrix.emacs-version }}
3330

34-
- uses: actions/setup-node@v1
35-
with:
36-
node-version: '16'
37-
3831
- uses: emacs-eask/setup-eask@master
3932
with:
4033
version: 'snapshot'

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ compile:
1414
$(EASK) compile
1515

1616
checkdoc:
17-
$(EASK) checkdoc
17+
$(EASK) lint checkdoc
1818

1919
lint:
2020
@echo "package linting..."
21-
$(EASK) lint
21+
$(EASK) lint package
2222

2323
clean:
2424
$(EASK) clean-all

0 commit comments

Comments
 (0)