Skip to content

Commit

Permalink
added psalm to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dropelikeit committed Jul 1, 2021
1 parent 0bafbf6 commit 5b5fff5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ jobs:

- name: "Run PHPStan"
run: "composer analyze"

- name: "Run Psalm"
run: "composer static-analysis"
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"check": [
"@cs-check",
"@test",
"@analyze"
"@analyze",
"@static-analysis"
],
"cs-check": "php-cs-fixer -vv --dry-run --using-cache=no fix",
"cs-fix": "php-cs-fixer --using-cache=no fix",
Expand Down

0 comments on commit 5b5fff5

Please sign in to comment.