Skip to content

Commit 5f86715

Browse files
committed
Fix yaml syntax
1 parent a072bf5 commit 5f86715

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php-version-sniff.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- uses: pipeline-components/php-codesniffer@master
2525
with:
2626
options: >-
27-
-s
28-
--ignore='*vendor/*'
27+
-s
28+
--ignore='*vendor/*'
2929
--standard=PHPCompatibility
3030
--extensions=php
31-
--runtime-set testVersion ${{ matrix.php }}
31+
--runtime-set testVersion ${{ matrix.php }}

0 commit comments

Comments
 (0)