Skip to content

Commit

Permalink
Merge branch 'add-php-cs-fixer' of github.com:googleapis/google-cloud…
Browse files Browse the repository at this point in the history
…-php into add-php-cs-fixer
  • Loading branch information
bshaffer committed Oct 2, 2024
2 parents 26cdc6b + 98dd7a1 commit a297d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

style_csfixer:
name: PHP CS Fixer
uses: GoogleCloudPlatform/php-tools/.github/workflows/code-standards.yml@exclude-patterns
uses: GoogleCloudPlatform/php-tools/.github/workflows/code-standards.yml
with:
config: GoogleCloudPlatform/php-tools/.php-cs-fixer.default.php@exclude-patterns
config: GoogleCloudPlatform/php-tools/.php-cs-fixer.default.php
exclude-patterns: |
[
"#.*/src/V[0-9]+#",
Expand Down

0 comments on commit a297d65

Please sign in to comment.