diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fb652a..68a55d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,9 @@ jobs: - name: Run PHPStan run: composer run-script phpstan + - name: Local PHP Security Checker + uses: docker://pplotka/local-php-security-checker-github-actions + - name: Install Tesseract run: sudo apt install tesseract-ocr