Skip to content

Commit 4bbc46f

Browse files
committed
feat: Add support for custom working directory
1 parent fd66fab commit 4bbc46f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/php-static-analysis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,10 @@ jobs:
3939
COMPOSER_AUTH: '${{ secrets.COMPOSER_AUTH_JSON }}'
4040
PHPSTAN_EDITOR_URL: 'phpstorm://open?file=%file%&line=%line%'
4141
steps:
42-
- run: pwd
43-
4442
- name: Checkout
4543
uses: actions/checkout@v4
4644
with:
4745
fetch-depth: 0
48-
- run: pwd
4946

5047
- name: Composer setup
5148
uses: Humanoidfr/humanoid-github-workflows/.github/actions/composer@main

0 commit comments

Comments
 (0)