Skip to content

Commit 69880ae

Browse files
authored
Lint before testing in the CI (#488)
1 parent ef9334f commit 69880ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
cp requirements-dev.txt ./env/requirements.built
2121

2222
.PHONY: ci
23-
ci: test_coverage lint
23+
ci: lint test_coverage
2424

2525
.PHONY: lint
2626
lint: $(LINT_TARGETS)

0 commit comments

Comments
 (0)