Skip to content

Commit

Permalink
➖ Remove Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 7, 2023
1 parent e80968e commit ed9ca79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
php-version: ${{ matrix.php }}
extensions: curl, dom, gd, intl, mbstring, openssl, tokenizer, zip
ini-values: error_reporting=E_ALL
tools: composer:v2, php-cs-fixer, phpunit, vimeo/psalm
tools: composer:v2, php-cs-fixer, phpunit
coverage: pcov

- name: 🍱 Install Composer dependencies
Expand All @@ -49,9 +49,7 @@ jobs:
run: composer lint

- name: ⚗️ Run static analysis
run: |
composer analyse
composer inspect
run: composer analyse

- name: 🧪 Run unit tests
run: composer test
Expand Down
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,13 @@
"ci": [
"@check",
"@analyse",
"@inspect",
"@review",
"@test"
],
"fix": [
"@refactor",
"@format",
"@lint"
],
"format": "psalter --issues=all",
"inspect": "psalm --no-diff",
"lint": "pint -v",
"test": "pest --colors=always",
"review": "rector --dry-run --debug",
Expand Down

0 comments on commit ed9ca79

Please sign in to comment.