Skip to content

Commit f3b2ec0

Browse files
committed
Add syntax check
1 parent 6564aa3 commit f3b2ec0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22
set -e
3+
4+
parallel-lint --exclude vendor .
5+
36
phpcs \
47
--standard=tools/codesniffer/JoindInPSR2/ruleset.xml \
58
--ignore=**/config.php,**/database.php,vendor,tools,tests/bootstrap.php \

0 commit comments

Comments
 (0)