diff --git a/README.md b/README.md index 09d0200..5b8d5f7 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ jobs: - uses: actions/checkout@v2 - uses: php-actions/composer@v6 # or alternative dependency management - uses: php-actions/phpstan@v3 + with: + path: src/ + # ... then your own project steps ... ```