Skip to content
Snippets Groups Projects
Select Git revision
  • 6db5c5504de135f77e4c929726837d2401a02f7c
  • main default protected
  • revert-ffead0bd
  • feature/init
  • 1.1.8
  • 1.1.7
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.2
  • 1.0.2-beta3
  • 1.0.2-beta2
  • 1.0.2-beta1
  • 1.0.1
  • 1.0.1-beta4
  • 1.0.1-beta3
  • 1.0.1-beta2
  • 1.0.1-beta1
  • 1.0.0
  • 1.0.0-beta6
24 results

style.scss

Blame
  • lint.yml 369 B
    .lint: &lint-tmpl
      needs:
        - prepare prefixed vendor
      stage: tests
      script:
        - composer install --no-dev
        - find -name '*.php' -print0 | xargs -n1 -0 -P16 php -l >/dev/null
    
    lint:8.1:
      <<: *lint-tmpl
      image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.1
    
    lint:7.2:
      <<: *lint-tmpl
      image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.2