mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2026-07-21 12:07:40 +08:00
14 lines
273 B
YAML
14 lines
273 B
YAML
name: Code Quality Checks
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
schedule:
|
|
- cron: '17 2 * * *' # Run every day on a seemly random time.
|
|
|
|
jobs:
|
|
code-quality:
|
|
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main
|