Skip to content

Commit a1aff85

Browse files
authored
Fix CI (#395)
1 parent 6631251 commit a1aff85

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
SHELL=/usr/bin/env bash
2-
31
EMACS ?= emacs
42
EASK ?= eask
53

@@ -13,10 +11,9 @@ compile:
1311
@echo "Compiling..."
1412
@$(EASK) compile
1513

16-
# TODO: We cannot lint dap-mode
1714
lint:
1815
@echo "package linting..."
19-
@$(EASK) lint
16+
@$(EASK) lint package
2017

2118
clean:
2219
$(EASK) clean-all

0 commit comments

Comments
 (0)