checks: php: true filter: paths: - src/* - tests/* build: environment: php: version: 8.2 nodes: analysis: tests: override: - php-scrutinizer-run
build: environment: variables: API_KEY: '959ac8a4a69bcda324b9c4475e04def0' nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true tests: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }