mirror of
https://github.com/yiisoft/app.git
synced 2026-02-20 01:21:20 +01:00
Fix "Code Style" workflow (#431)
This commit is contained in:
committed by
GitHub
parent
b722f448e7
commit
282e4ce2a5
20
.github/workflows/cs.yml
vendored
20
.github/workflows/cs.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user