Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 1, 2024
1 parent 9071b59 commit 75427bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
name: 'Coding Standard'
run: composer fix-cs --ansi

-
name: 'Tests'
run: vendor/bin/phpunit

-
name: 'Check Commented Code'
run: vendor/bin/easy-ci check-commented-code src tests --ansi
Expand All @@ -36,10 +32,6 @@ jobs:
name: 'Check Active Classes'
run: vendor/bin/class-leak check src --ansi

-
name: 'Detect composer dependency issues'
run: vendor/bin/composer-dependency-analyser

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

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"rector/rector": "^1.0",
"symplify/easy-ci": "*",
"symplify/easy-coding-standard": "^12.1",
"tomasvotruba/unused-public": "^0.3.8",
"tracy/tracy": "^2.10"
Expand Down

0 comments on commit 75427bd

Please sign in to comment.