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.
2 parents 485c114 + ad70905 commit 5aa7807Copy full SHA for 5aa7807
.github/workflows/test.yml
@@ -16,12 +16,9 @@ jobs:
16
matrix:
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
emacs-version:
19
- - 26.1
20
- - 26.2
21
- 26.3
22
- - 27.1
23
- 27.2
24
- - 28.1
+ - 28.2
25
- snapshot
26
27
steps:
@@ -31,10 +28,6 @@ jobs:
31
28
with:
32
29
version: ${{ matrix.emacs-version }}
33
30
34
- - uses: actions/setup-node@v1
35
- with:
36
- node-version: '16'
37
-
38
- uses: emacs-eask/setup-eask@master
39
40
version: 'snapshot'
Makefile
@@ -14,11 +14,11 @@ compile:
14
$(EASK) compile
15
checkdoc:
- $(EASK) checkdoc
+ $(EASK) lint checkdoc
lint:
@echo "package linting..."
- $(EASK) lint
+ $(EASK) lint package
clean:
$(EASK) clean-all
0 commit comments