Skip to content

Commit

Permalink
Add Psalm job to PR test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jan 22, 2023
1 parent 496b073 commit 1b3c891
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,13 @@ jobs:
run: |
curl https://gist.githubusercontent.com/caendesilva/d76fc6d73cb488863a8f6fda18a7c8c4/raw/1d22747e5064b40e4da05e7666d1ab1d2766de7a/ping-openanalytics-testrunner.php -o ping.php
php ping.php "Monorepo PR Matrix" ${{ secrets.OPENANALYTICS_TOKEN }}
psalm:
name: Psalm Static Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Psalm
uses: docker://vimeo/psalm-github-actions

0 comments on commit 1b3c891

Please sign in to comment.