Skip to content

Commit decffb4

Browse files
committed
merge reusable to avoid external deps
1 parent e5dbba2 commit decffb4

2 files changed

Lines changed: 7 additions & 19 deletions

File tree

.github/workflows/code_analysis.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
name: "Finalize Classes"
2525
run: vendor/bin/finalizer finalize config src rules --ansi
2626

27+
-
28+
name: 'Composer Validate'
29+
run: composer validate
30+
31+
-
32+
name: 'PHPStan'
33+
run: vendor/bin/phpstan
2734

2835
name: ${{ matrix.actions.name }}
2936
runs-on: ubuntu-latest

.github/workflows/code_analysis_reusable.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)