for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: php: true filter: paths: - src/* excluded_paths: - vendor/* - tests/* before_commands: - "composer install --prefer-dist"
# language: php