Files
roundcubemail/.ci/run_php-cs-fixer.sh
Pablo Zmdl 5cf1381924 Run tests via scripts to allow arguments; add eslint service
This way one can easily check only one directory:

$> docker compose -f .ci/compose.yaml run eslint plugins/myplugin
2025-09-09 16:52:01 +02:00

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 $@