Skip to content

Commit 1937753

Browse files
committed
Add PHPStan config and ci
1 parent 4586a3c commit 1937753

File tree

4 files changed

+529
-0
lines changed

4 files changed

+529
-0
lines changed

.github/workflows/continuous-integration.yml

+3
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,8 @@ jobs:
104104
dependency-versions: "${{ matrix.dependency-versions }}"
105105
composer-options: "${{ matrix.composer-options }}"
106106

107+
- name: "Run PHPStan"
108+
run: "vendor/bin/phpstan analyse --no-progress"
109+
107110
- name: "Run PHPUnit"
108111
run: "composer test"

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
/build/
55
/composer.lock
66
/phpspec.yml
7+
/phpstan.neon
78
/phpunit.xml
89
/vendor/

0 commit comments

Comments
 (0)