mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 13:28:18 +01:00
[ci] Add PHP Linter (#4188)
This commit is contained in:
parent
f5f7ba76af
commit
33b9ac6fb8
4
.github/workflows/code_analysis.yaml
vendored
4
.github/workflows/code_analysis.yaml
vendored
@ -45,6 +45,10 @@ jobs:
|
||||
bin/rector sync-types
|
||||
bin/rector check-static-type-mappers
|
||||
|
||||
-
|
||||
name: 'PHP Linter'
|
||||
run: vendor/bin/parallel-lint src tests packages --exclude packages/rector-generator/templates
|
||||
|
||||
name: ${{ matrix.actions.name }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -48,6 +48,7 @@
|
||||
"migrify/easy-ci": "^0.3.31",
|
||||
"nette/application": "^3.0",
|
||||
"nette/forms": "^3.0",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.2",
|
||||
"phpunit/phpunit": "^8.5|^9.2",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"slam/phpstan-extensions": "^5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user