Skip to content

github-actions(deps): bump github/codeql-action from 3.26.12 to 3.26.13 #66

github-actions(deps): bump github/codeql-action from 3.26.12 to 3.26.13

github-actions(deps): bump github/codeql-action from 3.26.12 to 3.26.13 #66

Workflow file for this run

name: Static Analysis
on: [ pull_request ]
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
php-version:
- 8.2
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
extensions: intl, ctype, iconv
- name: "Set up problem matchers for PHP"
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\""
- uses: "ramsey/composer-install@v3"
- name: Run PHPStan
run: vendor/bin/phpstan