We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f877659 commit e245407Copy full SHA for e245407
.github/workflows/test.yml
@@ -9,12 +9,9 @@ jobs:
9
matrix:
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
emacs-version:
12
- - 26.1
13
- - 26.2
14
- 26.3
15
- - 27.1
16
- 27.2
17
- - 28.1
+ - 28.2
18
- snapshot
19
20
steps:
@@ -24,10 +21,6 @@ jobs:
24
21
with:
25
22
version: ${{ matrix.emacs-version }}
26
23
27
- - uses: actions/setup-node@v2
28
- with:
29
- node-version: '16'
30
-
31
- uses: emacs-eask/setup-eask@master
32
33
version: 'snapshot'
Makefile
@@ -16,11 +16,11 @@ compile:
@$(EASK) compile
checkdoc:
- $(EASK) checkdoc
+ $(EASK) lint checkdoc
lint:
@echo "package linting..."
- $(EASK) lint
+ $(EASK) lint package
clean:
$(EASK) clean-all
0 commit comments