Skip to content

Commit

Permalink
adding missing composer action
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoman committed Dec 22, 2023
1 parent d5c586a commit e97988c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
runs-on: ubuntu-latest
name: PHPStan (php-actions)
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3
with:
command: composer install
Expand Down

0 comments on commit e97988c

Please sign in to comment.