Skip to content

Commit

Permalink
refactor: use >- for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
datamweb authored Jul 31, 2024
1 parent 25ae312 commit 7369828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-phpcpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: codeigniter4/.github/.github/workflows/phpcpd.yml@main
with:
dirs: "app/ public/ system/"
options: "
options: >-
--exclude system/Test
--exclude system/ThirdParty
--exclude system/Database/SQLSRV/Builder.php
Expand All @@ -40,4 +40,3 @@ jobs:
--exclude system/Validation/Rules.php
--exclude system/Autoloader/Autoloader.php
--exclude system/Config/Filters.php
"

0 comments on commit 7369828

Please sign in to comment.