Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan committed May 22, 2024
1 parent 9aaac4a commit 8d21aaf
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,10 @@ jobs:
echo "${PWD}/mu-plugins/vendor/bin" >> $GITHUB_PATH
- name: Install PHP_CodeSniffer
run: |
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
php phpcs.phar --version
- uses: thenabeel/action-phpcs@v8
with:
files: "**.php"
phpcs_path: php phpcs.phar
standard: phpcs.xml.dist
steps:
- uses: actions/checkout@v3
- name: WPCS check
uses: 10up/wpcs-action@stable

phpunit:
name: PHP Unit Tests
Expand Down

0 comments on commit 8d21aaf

Please sign in to comment.