Skip to content

Commit 14aed5b

Browse files
committed
Makefile: add ci target
1 parent 353f3c3 commit 14aed5b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ lintlify: venv
3333
venv/bin/python -m lintlify.main
3434

3535
.PHONY: lint
36-
lint: broken-links venv mypy lintlify format-check
36+
lint: broken-links mypy lintlify format-check
37+
38+
.PHONY: ci
39+
ci: broken-links mypy lintlify format-check test
3740

3841
.PHONY: format
3942
format: venv

0 commit comments

Comments
 (0)