Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Oct 2, 2024
1 parent ddf0462 commit 98dd7a1
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:

style2:
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 98dd7a1

Please sign in to comment.