From 1b3c89145a459d2837985a8dadd400bc7f3c9f75 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 22 Jan 2023 17:02:42 +0100 Subject: [PATCH] Add Psalm job to PR test workflow --- .github/workflows/test-pull-requests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/test-pull-requests.yml b/.github/workflows/test-pull-requests.yml index cd44145a2fb..ace43a498e6 100644 --- a/.github/workflows/test-pull-requests.yml +++ b/.github/workflows/test-pull-requests.yml @@ -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