Passed
Pull Request — master (#15)
by Mark
01:28
created

Checkout Config

filter:
  dependency_paths:
    - vendor/

build:
  environment:
    php:
      version: 8.0

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php: true

filter: {  }