Skip to content

Commit e245407

Browse files
authored
tests: Update Eask commands (#24)
1 parent f877659 commit e245407

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
@@ -9,12 +9,9 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111
emacs-version:
12-
- 26.1
13-
- 26.2
1412
- 26.3
15-
- 27.1
1613
- 27.2
17-
- 28.1
14+
- 28.2
1815
- snapshot
1916

2017
steps:
@@ -24,10 +21,6 @@ jobs:
2421
with:
2522
version: ${{ matrix.emacs-version }}
2623

27-
- uses: actions/setup-node@v2
28-
with:
29-
node-version: '16'
30-
3124
- uses: emacs-eask/setup-eask@master
3225
with:
3326
version: 'snapshot'

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ compile:
1616
@$(EASK) compile
1717

1818
checkdoc:
19-
$(EASK) checkdoc
19+
$(EASK) lint checkdoc
2020

2121
lint:
2222
@echo "package linting..."
23-
$(EASK) lint
23+
$(EASK) lint package
2424

2525
clean:
2626
$(EASK) clean-all

0 commit comments

Comments
 (0)