Skip to content

Update syntro/silverstripe-phpstan requirement from ^1 to ^5 #45

Update syntro/silverstripe-phpstan requirement from ^1 to ^5

Update syntro/silverstripe-phpstan requirement from ^1 to ^5 #45

Workflow file for this run

name: 🎭 Tests
on:
push:
paths-ignore:
- .chglog/**
- .github/**
- '!.github/workflows/tests.yml'
- .editorconfig
- .gitattributes
- .gitignore
- .htaccess
- '**.md'
branches:
- master
pull_request:
paths-ignore:
- .chglog/**
- .github/**
- '!.github/workflows/tests.yml'
- .editorconfig
- .gitattributes
- .gitignore
- .htaccess
- '**.md'
branches:
- master
jobs:
silverstripe-module:
name: 🧰 Silverstripe Module Testsuite
uses: syntro-opensource/workflows/.github/workflows/silverstripe-module.yml@master
with:
phpunit: true
phpstan: true
phpcs: true
# silverstripe-client:
# name: 📦 Client Testsuite
# uses: syntro-opensource/workflows/.github/workflows/client.yml@master
# with:
# eslint: true
# eslint_dir: client/src/seo-field/
# eslint_configfile: client/src/seo-field/.eslintrc
# eslint_ext:
# eslint_max-warnings:
# stylelint: true
# stylelint_glob: client/src/seo-field/**/*.scss
# stylelint_max-warnings: