Skip to content

Commit c35f9f3

Browse files
author
Gary Rutland
committed
Removed PHPStan override
1 parent f90de36 commit c35f9f3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ on:
1010
type: boolean
1111
required: false
1212
default: false
13-
validate-php-phpstan:
14-
type: boolean
15-
required: false
16-
default: false
1713
regex-exclude:
1814
type: string
1915
required: false
@@ -44,7 +40,7 @@ jobs:
4440
VALIDATE_ENV: false
4541
VALIDATE_CHECKOV: false
4642
VALIDATE_JSCPD: false
47-
VALIDATE_PHP_PHPSTAN: ${{ inputs.validate-php-phpstan }}
43+
VALIDATE_PHP_PHPSTAN: false
4844
VALIDATE_PHP_PSALM: false
4945
VALIDATE_SQLFLUFF: false
5046
VALIDATE_TERRAFORM_TFLINT: false

0 commit comments

Comments
 (0)