Skip to content

Commit

Permalink
build: enable phpstan & psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Feb 15, 2024
1 parent 68c663a commit 8c864eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
dependency-versions: ${{ matrix.dep }}
composer-options: --prefer-dist --no-progress

# - name: Run psalm
# run: vendor/bin/psalm
- name: Run psalm
run: vendor/bin/psalm

# - name: Run phpstan
# run: vendor/bin/phpstan analyse
- name: Run phpstan
run: vendor/bin/phpstan analyse

- name: Run phpunit
run: |
vendor/bin/phpunit --testdox -v
vendor/bin/phpunit --testdox

0 comments on commit 8c864eb

Please sign in to comment.