Skip to content

Commit 7369828

Browse files
authored
refactor: use >- for readability
1 parent 25ae312 commit 7369828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-phpcpd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: codeigniter4/.github/.github/workflows/phpcpd.yml@main
2828
with:
2929
dirs: "app/ public/ system/"
30-
options: "
30+
options: >-
3131
--exclude system/Test
3232
--exclude system/ThirdParty
3333
--exclude system/Database/SQLSRV/Builder.php
@@ -40,4 +40,3 @@ jobs:
4040
--exclude system/Validation/Rules.php
4141
--exclude system/Autoloader/Autoloader.php
4242
--exclude system/Config/Filters.php
43-
"

0 commit comments

Comments
 (0)