Passed
Push — 6.0 ( cf7b98 )
by Elias
01:57 queued 45s
created

Checkout Config

build:
  nodes:
    analysis:
      environment:
        apt_packages:
          - libmagickwand-dev
          - libmagickcore-dev
        php:
          version: "8.0"
          pecl_extensions:
            - apcu
            - imagick
      tests:
        before:
          - composer install --no-interaction --no-scripts
        override:
          - command: phpcs-run
            use_website_config: false

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
    javascript: true
coding_style:
    php: {  }