We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae35874 commit cc74dc8Copy full SHA for cc74dc8
action.yml
@@ -77,7 +77,7 @@ runs:
77
ACTION_ARGS: ${{ inputs.args }}
78
id: phpstan_run
79
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpunit \
80
- && ${{ github.action_path }}/phpunit-action.bash
+ && ${{ github.action_path }}/phpstan-action.bash
81
shell: bash
82
83
branding:
entrypoint phpstan-action.bashentrypoint renamed to phpstan-action.bash
@@ -1,8 +1,4 @@
1
#!/bin/bash
2
-#
3
-# Entrypoint for php-actions/phpstan
4
5
-
6
set -e
7
8
Get_command()
0 commit comments