fix workflows

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-03 20:48:08 +02:00
parent e742549bf1
commit 87381bbfa3
2 changed files with 3 additions and 5 deletions

View file

@ -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

View file

@ -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: