Skip to content

Commit 65f0757

Browse files
authored
README: Add path to first example
1 parent 0849013 commit 65f0757

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: php-actions/composer@v6 # or alternative dependency management
2525
- uses: php-actions/phpstan@v3
26+
with:
27+
path: src/
28+
2629
# ... then your own project steps ...
2730
```
2831

0 commit comments

Comments
 (0)