mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-08-20 22:57:27 +08:00
Update file(s) from wp-cli/.github
This commit is contained in:
parent
535032ff45
commit
6371f36cad
3 changed files with 6 additions and 0 deletions
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
|
@ -10,3 +10,5 @@ on:
|
|||
jobs:
|
||||
code-quality:
|
||||
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main
|
||||
secrets:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
2
.github/workflows/regenerate-readme.yml
vendored
2
.github/workflows/regenerate-readme.yml
vendored
|
@ -13,3 +13,5 @@ on:
|
|||
jobs:
|
||||
regenerate-readme:
|
||||
uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main
|
||||
secrets:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
|
@ -12,3 +12,5 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
|
||||
secrets:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue