mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-28 17:44:43 +08:00
fix workflows
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
e742549bf1
commit
87381bbfa3
2 changed files with 3 additions and 5 deletions
6
.github/workflows/psalm.yml
vendored
6
.github/workflows/psalm.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue