Skip to content

Commit b26bd28

Browse files
author
Greg Bowler
authored
Merge pull request #11 from danmichaelo/readme-fix
README: Add path to first example
2 parents 0849013 + 65f0757 commit b26bd28

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)