Skip to content

Commit

Permalink
Improve psalm (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed May 11, 2024
1 parent 2990226 commit 0acb116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,31 @@ on:
paths:
- 'src/**'
- 'config/**'
- '.github/workflows/static.yml'
- 'psalm*.xml'
- 'composer.json'

push:
paths:
- 'src/**'
- 'config/**'
- '.github/workflows/static.yml'
- 'psalm*.xml'
- 'composer.json'

name: static analysis

jobs:
psalm:
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.fork }}
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2']
psalm83:
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.fork }}
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
psalm-config: psalm83.xml
Expand Down

0 comments on commit 0acb116

Please sign in to comment.