Set suppressions for unused code issues in Psalm config #213
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Static Analysis | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
sa: | |
uses: ray-di/.github/.github/workflows/static-analysis.yml@v1 | |
with: | |
php_version: 8.3 | |
has_crc_config: false |