for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: php: true build: nodes: my-tests: environment: php: version: "7.2" analysis: tests: override: - php-scrutinizer-run filter: paths: - "src/*" - "tests/*"
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }