Skip to content

Commit 8d21aaf

Browse files
committed
.
1 parent 9aaac4a commit 8d21aaf

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,10 @@ jobs:
4444
echo "${PWD}/mu-plugins/vendor/bin" >> $GITHUB_PATH
4545
4646
- name: Install PHP_CodeSniffer
47-
run: |
48-
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
49-
php phpcs.phar --version
50-
51-
- uses: thenabeel/action-phpcs@v8
52-
with:
53-
files: "**.php"
54-
phpcs_path: php phpcs.phar
55-
standard: phpcs.xml.dist
47+
steps:
48+
- uses: actions/checkout@v3
49+
- name: WPCS check
50+
uses: 10up/wpcs-action@stable
5651

5752
phpunit:
5853
name: PHP Unit Tests

0 commit comments

Comments
 (0)