Skip to content

Commit

Permalink
Try to reduce some ci task for devcamp bugfix contest
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 15, 2024
1 parent 1634bf6 commit 9794bd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/phpstan_baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
# We want to be able to manually refresh the baseline too
workflow_dispatch:

workflow_call:
inputs:
gh_event:
required: true
type: string
#workflow_call:
# inputs:
# gh_event:
# required: true
# type: string
# Run PHPStan analyse on pull requests
pull_request:
#pull_request:

env:
PHP_VERSION: '8.2'
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parameters:
- htdocs/core/class/lessc.class.php
# checkAlwaysTrueCheckTypeFunctionCall: false
# checkAlwaysTrueInstanceof: false
# checkAlwaysTrueStrictComparison: false
checkAlwaysTrueStrictComparison: false
checkClassCaseSensitivity: true
checkFunctionArgumentTypes: true
checkFunctionNameCase: true
Expand Down

0 comments on commit 9794bd1

Please sign in to comment.