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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-13 14:36:51 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-13 14:39:52 +0300
commite068bc3d09b18491004cec778e6bda43529d286b (patch)
tree524a530bdfc4266946e20f2b59120f175205cad3 /.github
parent2dfb38410a6db60d9827d6356d05daeedae9f6c8 (diff)
Fix linter command
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 826ffddec..34e9d1787 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
coverage: none
- name: Lint
- run: "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
+ run: composer run lint || ( echo 'Please run `composer run lint` and fix your code' && exit 1 )
php-cs-fixer:
name: php-cs check