Skip to content

Commit 138798b

Browse files
committed
ci: fix lint and checkdoc
1 parent 4efb1be commit 138798b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
test:
2424
$(EASK) install-deps --dev

0 commit comments

Comments
 (0)