Skip to content

Commit 9963e63

Browse files
committed
Fix indenting in yml file
1 parent 8ed18e9 commit 9963e63

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Run PHP_CodeSniffer
18-
uses: php-actions/phpcs@v1
19-
with:
20-
php_version: '8.1'
21-
path: proxy-aware-https-fix.php
22-
standard: WordPress
17+
- name: Run PHP_CodeSniffer
18+
uses: php-actions/phpcs@v1
19+
with:
20+
php_version: '8.1'
21+
path: proxy-aware-https-fix.php
22+
standard: WordPress
2323

2424
- name: Zip plugin
2525
run: zip -r proxy-aware-https-fix.zip proxy-aware-https-fix.php README.md LICENSE CHANGELOG.md

0 commit comments

Comments
 (0)