Skip to content

Commit abd1d6d

Browse files
committed
Add auto-fix with PHPCBF
1 parent 0fae1e5 commit abd1d6d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Run PHP_CodeSniffer
2121
run: vendor/bin/phpcs proxy-aware-https-fix.php --standard=WordPress --report=full
2222

23+
- name: Auto-fix with PHPCBF
24+
run: vendor/bin/phpcbf proxy-aware-https-fix.php --standard=WordPress
25+
2326
- name: Zip plugin
2427
run: zip -r proxy-aware-https-fix.zip proxy-aware-https-fix.php README.md LICENSE CHANGELOG.md
2528

0 commit comments

Comments
 (0)