Skip to content

Commit 920ac4e

Browse files
committed
update MegaLinter workflow to allow PHP_PHPSTAN_CLI_EXECUTABLE to set value to a GitHub Action workspace context (vs config file that define a local DEFAULT_WORKSPACE)
1 parent 54ccd41 commit 920ac4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ jobs:
8383
# DISABLE: COPYPASTE,SPELL # Uncomment to disable copy-paste and spell checks
8484
#LOG_LEVEL: INFO
8585
#TEXT_REPORTER: false
86+
PHP_PHPSTAN_CLI_EXECUTABLE: ${{ github.workspace }}/vendor/bin/phpstan

0 commit comments

Comments
 (0)