Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 59353c9

Browse files
authored
Merge pull request #60 from spinen/feature/phpSecurityChecker
Add PHP Security Checker
2 parents bbb9cb3 + a9ee8bc commit 59353c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
- name: Install dependencies
3737
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
3838

39+
- name: PHP Security Checker
40+
uses: StephaneBour/[email protected]
41+
if: ${{ matrix.stability == 'prefer-stable' }}
42+
with:
43+
composer-lock: './composer.lock'
44+
3945
- name: Execute tests
4046
run: vendor/bin/phpunit --coverage-clover=coverage.clover --verbose
4147

0 commit comments

Comments
 (0)