Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed May 20, 2024
1 parent 3a5da78 commit 76e050d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v3
working-directory: ${{ env.WORKING_DIRECTORY }}
with:
path: app/Plugin/${{ env.PLUGIN_CODE }}
path: ${{ env.WORKING_DIRECTORY }}/app/Plugin/${{ env.PLUGIN_CODE }}
ref: ${{ github.event.pull_request.head.sha }}

- name: PHPStan
Expand Down

0 comments on commit 76e050d

Please sign in to comment.