There was an error while loading. Please reload this page.
1 parent 086ecf7 commit 07d5898Copy full SHA for 07d5898
1 file changed
.github/workflows/ci-checks.yml
@@ -11,4 +11,13 @@ jobs:
11
- name: Install dependencies
12
uses: php-actions/composer@v6
13
- name: Run PHPCodesniffer
14
- run: ./vendor/bin/phpcs -p -s --standard=phpcs.xml src tests
+ run: ./vendor/bin/phpcs -p -s --standard=phpcs.xml src tests
15
+ run-php-stan:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - name: Checkout code
19
+ uses: actions/checkout@v3
20
+ - name: Install dependencies
21
+ uses: php-actions/composer@v6
22
+ - name: Run PHPStan
23
+ run: vendor/bin/phpstan analyse -c phpstan.neon.dist
0 commit comments