mirror of
https://gh.wpcy.net/https://github.com/timber/wp-i18n-twig.git
synced 2026-04-25 15:58:45 +08:00
12 lines
194 B
YAML
12 lines
194 B
YAML
name: Code Quality Checks
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
|
|
jobs:
|
|
code-quality:
|
|
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main
|