aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index fec1bab..c0da5fa 100644
--- a/README.md
+++ b/README.md
@@ -138,6 +138,23 @@ While developing the JS sources it is useful to run webpack in watch mode so tha
make watch
+Run checks
+---------
+
+Multiple tools are used to perform checks on the source code:
+
+- **phpcs** to lint PHP code
+
+ make lint
+
+- **phpunit** to run unit test on PHP code
+
+ make test
+
+All checks can be run with a single command
+
+ make check [--keep-going]
+
Publish a new release
---------------------