mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 17:05:44 +02:00
4b59fdba02
Update versions and configurations for tests and code checkers, such as phpunit and the SilverStripe CI tools. Altered the layout of the repository to be more in line with other SilverStripe 4 modules (including core ones).
16 lines
193 B
YAML
16 lines
193 B
YAML
inherit: true
|
|
|
|
build:
|
|
nodes:
|
|
analysis:
|
|
tests:
|
|
override: [php-scrutinizer-run]
|
|
|
|
checks:
|
|
php:
|
|
code_rating: true
|
|
duplication: true
|
|
|
|
filter:
|
|
paths: [src/*, tests/*]
|