mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
🔧 Add check
rule to Makefile (#12135)
To run all linting/type-checking, just for dev ease Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This commit is contained in:
parent
95d710e78f
commit
a27f156e31
3
Makefile
3
Makefile
@ -3,6 +3,9 @@ PYTHON ?= python3
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: style-check type-check test
|
all: style-check type-check test
|
||||||
|
|
||||||
|
.PHONY: check
|
||||||
|
check: style-check type-check doclinter
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: clean
|
clean: clean
|
||||||
# clean Python cache files:
|
# clean Python cache files:
|
||||||
|
Loading…
Reference in New Issue
Block a user