steps: requirements: image: composer commands: - composer install --no-dev run: image: php:cli-bookworm commands: - ./backup show config.example.yml dependencies: image: composer commands: - composer install - composer analyze test: image: php:cli-bookworm commands: - apt update - apt install rclone - vendor/bin/phpunit tests document: image: phpdoc/phpdoc commands: - phpdoc run