Skip to content

Commit

Permalink
Psalm Fixes (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes authored Oct 23, 2023
1 parent 8549c29 commit 9732af6
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 1,344 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ on:
branches: [main]
paths:
- '.github/workflows/static-analysis.yml'
- 'packages/**'
- 'src/**'
- 'psalm.xml'
- 'psalm-baseline.xml'
pull_request:
branches: [main]
paths:
- '.github/workflows/static-analysis.yml'
- 'packages/**'
- 'src/**'
- 'psalm.xml'
- 'psalm-baseline.xml'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand All @@ -36,6 +38,7 @@ jobs:
php-version: '${{ matrix.php-version }}'
coverage: none
- run: make composer-install phpunit-install psalm-install
- run: php src/SonsOfPHP/Bard/bin/bard install -n -vvv
- run: make psalm-github
- name: Upload Security Analysis to Github
if: github.ref == 'refs/heads/main'
Expand Down
Loading

0 comments on commit 9732af6

Please sign in to comment.