Skip to content

Commit d9decf2

Browse files
authored
Merge pull request #19 from pdsinterop/feature/php-version-sniff
Fix yaml syntax
2 parents a14d1bd + 89cb6f3 commit d9decf2

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
@@ -12,7 +12,7 @@ concurrency:
1212
# The concurrency group contains the workflow name and the branch name.
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: true
15-
15+
1616
jobs:
1717
php-codesniffer:
1818
strategy:
@@ -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
3131
--runtime-set testVersion ${{ matrix.php }}

0 commit comments

Comments
 (0)