Skip to content

Commit

Permalink
Merge branch 'master' of github.com:NxtLvLSoftware/run-phpstan-pmmp-a…
Browse files Browse the repository at this point in the history
…ction into 1.x
  • Loading branch information
JackNoordhuis committed Jan 30, 2023
2 parents 2489e3d + 5721017 commit 4769f0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@ runs:
- name: Install PHPStan
env:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
uses: nxtlvlsoftware/[email protected].1
uses: nxtlvlsoftware/[email protected].2
with:
version: ${{ inputs.phpstan-version }}
install-path: "./bin/phpstan"
- name: Setup PocketMine Sources
uses: nxtlvlsoftware/[email protected].1
uses: nxtlvlsoftware/[email protected].2
env:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
with:
pmmp-version: ${{ inputs.pmmp-version }}
install-path: ${{ inputs.pmmp-source-dir }}
- name: Run PHPStan Analysis
uses: nxtlvlsoftware/run-phpstan-action@v1
uses: nxtlvlsoftware/run-phpstan-action@v1.0.1
with:
executable: "./bin/phpstan/phpstan.phar"
php: "./bin/bin/php"
Expand Down

0 comments on commit 4769f0a

Please sign in to comment.