Skip to content

Commit 07d5898

Browse files
committed
[RT-5629] Added phpstan into workflow.
1 parent 086ecf7 commit 07d5898

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ci-checks.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,13 @@ jobs:
1111
- name: Install dependencies
1212
uses: php-actions/composer@v6
1313
- name: Run PHPCodesniffer
14-
run: ./vendor/bin/phpcs -p -s --standard=phpcs.xml src tests
14+
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

Comments
 (0)