We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaac4a commit 8d21aafCopy full SHA for 8d21aaf
.github/workflows/ci.yml
@@ -44,15 +44,10 @@ jobs:
44
echo "${PWD}/mu-plugins/vendor/bin" >> $GITHUB_PATH
45
46
- 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
+ steps:
+ - uses: actions/checkout@v3
+ - name: WPCS check
+ uses: 10up/wpcs-action@stable
56
57
phpunit:
58
name: PHP Unit Tests
0 commit comments