mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
This way one can easily check only one directory: $> docker compose -f .ci/compose.yaml run eslint plugins/myplugin
7 lines
166 B
Bash
Executable File
7 lines
166 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
composer update --prefer-dist --no-interaction --no-progress
|
|
vendor/bin/php-cs-fixer fix --dry-run --using-cache=no --diff --verbose $@
|