Fix "Code Style" workflow (#431)

This commit is contained in:
Sergei Predvoditelev
2026-01-11 15:40:52 +03:00
committed by GitHub
parent b722f448e7
commit 282e4ce2a5

View File

@@ -1,15 +1,17 @@
name: Code Style
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
pull_request_target:
paths:
- '.github/workflows/cs.yml'
- 'config/**'
- 'public/index.php'
- 'src/**'
- 'tests/**'
- '.php-cs-fixer.dist.php'
- 'composer.json'
- 'rector.php'
- 'yii'
jobs:
cs-fix: