Skip to content

Commit d98ffd3

Browse files
committed
Makefile: update
1 parent 719b8b4 commit d98ffd3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Makefile

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
.PHONY: install qa lint cs csf phpstan tests coverage-clover coverage-html
1+
.PHONY: install qa cs csf phpstan tests coverage-clover coverage-html
22

33
install:
44
composer update
55

6-
qa: lint phpstan cs
7-
8-
lint:
9-
vendor/bin/linter src tests
6+
qa: phpstan cs
107

118
cs:
9+
ifdef GITHUB_ACTION
10+
vendor/bin/codesniffer -q --report=checkstyle src tests | cs2pr
11+
else
1212
vendor/bin/codesniffer src tests
13+
endif
1314

1415
csf:
1516
vendor/bin/codefixer src tests

0 commit comments

Comments
 (0)