Skip to content

Bump: Bump klaro from 0.7.18 to 0.7.21 #131

Bump: Bump klaro from 0.7.18 to 0.7.21

Bump: Bump klaro from 0.7.18 to 0.7.21 #131

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/
eslint_configfile: client/src/.eslintrc
# eslint_ext:
# eslint_max-warnings:
stylelint: true
stylelint_glob: client/src/**/*.scss
# stylelint_max-warnings: