Skip to content

Commit 2195817

Browse files
committed
use the right working-directory
1 parent ee89a6f commit 2195817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Static code analysis
22

3-
on: [push,pull_request]
3+
on: [pull_request]
44

55
jobs:
66
static-code-analysis:
@@ -10,4 +10,4 @@ jobs:
1010
- name: Run PHPStan
1111
uses: docker://jakzal/phpqa:php7.3-alpine
1212
with:
13-
args: phpstan analyze
13+
args: "phpstan analyze ${GITHUB_WORKSPACE}"

0 commit comments

Comments
 (0)