Skip to content

Commit

Permalink
makeci
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jpq committed Aug 2, 2023
1 parent 2189978 commit 6e133b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SHELL := bash

.DEFAULT_GOAL := help

.PHONY: clean clobber lint test build fmt
.PHONY: clean clobber lint test build fmt ci

clean:
rm -v -rf -- .mypy_cache/ .venv/
Expand Down Expand Up @@ -61,3 +61,6 @@ build: .venv/bin/mypy
fmt: .venv/bin/mypy
.venv/bin/isort --profile=black --gitignore -- .
.venv/bin/black -- .

ci: .venv/bin/mypy
.venv/bin/python3 -m coq.ci

0 comments on commit 6e133b8

Please sign in to comment.