Skip to content

Commit 48fc4d2

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

2 files changed

Lines changed: 8 additions & 20 deletions

File tree

.github/workflows/code_analysis.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,15 @@ jobs:
2222

2323
-
2424
name: "Finalize Classes"
25-
run: vendor/bin/finalizer finalize config src rules --ansi
25+
run: vendor/bin/swiss-knife finalize config src tests rules rules-tests --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)