Skip to content
Snippets Groups Projects

Check php linter

Merged Imported Cato Kolås requested to merge check-php-linter into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -33,8 +33,8 @@ php-compatibility-83:
--extensions=php
--runtime-set testVersion ${PHPVERSION} .
drupal-code-standard:
stage: test
'🧹 PHP Coding standards (PHPCS)':
stage: 🪄 Lint
image: registry.gitlab.com/pipeline-components/php-codesniffer:latest
script:
- cd /app
Loading