Skip to content

Commit 34ff1a4

Browse files
committed
Add PHP_CodeSniffer linter
1 parent fe3c434 commit 34ff1a4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ 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
23+
1724
- name: Zip plugin
1825
run: zip -r proxy-aware-https-fix.zip proxy-aware-https-fix.php README.md LICENSE CHANGELOG.md
1926

0 commit comments

Comments
 (0)