From 65f0757ccfb29878e26f83dff4e56ccac39750aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= Date: Mon, 20 Dec 2021 00:06:32 +0100 Subject: [PATCH] README: Add path to first example --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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 ... ```