Skip to content

Commit 25b9bd9

Browse files
committed
merge reusable to avoid external deps
1 parent 5874222 commit 25b9bd9

2 files changed

Lines changed: 11 additions & 21 deletions

File tree

.github/workflows/code_analysis.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,21 @@ 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 }}
36+
2937
runs-on: ubuntu-latest
30-
timeout-minutes: 10
38+
39+
timeout-minutes: 5
3140

3241
steps:
3342
- uses: actions/checkout@v4

.github/workflows/code_analysis_reusable.yaml

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

0 commit comments

Comments
 (0)