Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-01-26 23:45:19 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-26 23:45:19 +0300
commitf4a8a71b2752446c5e9c7ae2071dba09e0b8dd0e (patch)
treec4930d9e8c76c9361549318005e21f7ce7fe6b00 /composer.json
parentf31cf4515bf29b2b387e271c8f346a4565feebad (diff)
Lint on github actions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a61ae5ea2..82e1d663a 100644
--- a/composer.json
+++ b/composer.json
@@ -13,5 +13,8 @@
"email": "jus@bitgrid.net"
}
],
- "require": {}
+ "require": {},
+ "scripts": {
+ "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
+ }
}