Skip to content

Commit

Permalink
psalm/cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FBGER\dwinter committed Aug 22, 2024
1 parent 62a8077 commit 5b6f5f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/phpcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
jobs:
phpcs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version:
- "8.3"
steps:
- uses: actions/checkout@v2
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/psalm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
psalm:
name: Psalm
runs-on: ubuntu-latest
strategy:
matrix:
php-version:
- "8.3"
steps:
- uses: actions/checkout@master

- name: Psalm
uses: psalm/[email protected]
with:
args: --shepherd
composer_require_dev: true
composer_ignore_platform_reqs: true

0 comments on commit 5b6f5f2

Please sign in to comment.