Skip to content
Snippets Groups Projects

Draft: Ci opt

Open Jan-Hendrik Willms requested to merge ci-opt into main
1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
+ 3
4
@@ -237,10 +237,9 @@ phpstan:
needs: [build-composer]
rules:
changes:
- app/controllers/**/*.php
- lib/**/*.php
- tests/**/*.php
- "app/controllers/**/*.php"
- "lib/**/*.php"
- "tests/**/*.php"
variables:
CACHE_LOCATION: $CACHE_DIR/phpstan
PHPSTAN_CODE_QUALITY_REPORT: $REPORT_DIR/phpstan-codequality.json
Loading