mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 01:01:18 +03:00
parent
ce2cdba297
commit
09d86cb0ef
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -2,8 +2,16 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "**.php"
|
||||||
|
- "phpcs.xml"
|
||||||
|
- ".github/workflows/phpcs.yml"
|
||||||
push:
|
push:
|
||||||
branches: [production]
|
branches: [production]
|
||||||
|
paths:
|
||||||
|
- "**.php"
|
||||||
|
- "phpcs.xml"
|
||||||
|
- ".github/workflows/phpcs.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
phpcs:
|
phpcs:
|
||||||
|
@ -52,7 +60,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
files: "**.php"
|
files: "**.php"
|
||||||
phpcs_path: php phpcs.phar
|
phpcs_path: php phpcs.phar
|
||||||
standard: phpcs.xml.dist
|
standard: phpcs.xml
|
||||||
|
|
||||||
phpunit:
|
phpunit:
|
||||||
name: PHP Unit Tests
|
name: PHP Unit Tests
|
||||||
|
|
Loading…
Reference in a new issue