From 87381bbfa3aead0aea6531eca0e44eb06d8e4db8 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 3 Jun 2023 20:48:08 +0200 Subject: [PATCH] fix workflows Signed-off-by: Simon L --- .github/workflows/psalm.yml | 6 ++---- .github/workflows/shellcheck.yml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 1d0a17bb..0e16ae66 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -38,12 +38,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Install dependencies + - name: Install dependencies and run psalm run: | set -x cd php composer global require vimeo/psalm --prefer-dist --no-progress --dev composer install - - - name: Run coding standards check - run: composer run psalm + composer run psalm diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 32848506..e940d638 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run Shellcheck - uses: ludeeus/action-shellcheck@v2 + uses: ludeeus/action-shellcheck@2.0.0 with: check_together: 'yes' env: