mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 10:45:44 +03:00
Add new PHPCS config
This commit is contained in:
parent
8222cd5e9b
commit
1decb77332
2 changed files with 83 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -43,6 +43,10 @@ jobs:
|
|||
composer install --prefer-dist --no-suggest --no-progress --no-ansi --no-interaction
|
||||
echo "${PWD}/mu-plugins/vendor/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Lint PHP
|
||||
run: |
|
||||
BASE_REF=${{ github.base_ref }} php .github/bin/phpcs-branch.php
|
||||
|
||||
phpunit:
|
||||
name: PHP Unit Tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue