Skip to content

Commit

Permalink
Add Local-PHP-Security-Checker to the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedghanem00 committed Jun 15, 2024
1 parent 8ef6c0c commit 4f6bee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Run PHP-CS-Fixer in Linter Mode
run: composer run-script php-cs-fixer -- --dry-run --show-progress=dots --using-cache=no --verbose

- name: Local PHP Security Checker
uses: docker://pplotka/local-php-security-checker-github-actions

- name: Run PHPStan
run: composer run-script phpstan

Expand Down

0 comments on commit 4f6bee9

Please sign in to comment.