Skip to content

Commit

Permalink
GitHub: Run Psalm in test pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Eckhardt committed Feb 7, 2023
1 parent 9f4da30 commit 7d25bb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ jobs:
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md

- name: Run Psalm
run: vendor/bin/psalm --find-unused-psalm-suppress

# - name: Run test suite
# run: composer run-script test

0 comments on commit 7d25bb5

Please sign in to comment.