mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:48 +08:00
Update file(s) from wp-cli/.github
This commit is contained in:
parent
92b58f5f74
commit
efd0c6db60
3 changed files with 5 additions and 5 deletions
4
.github/workflows/code-quality.yml
vendored
4
.github/workflows/code-quality.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
if: steps.check_composer_file.outputs.files_exists == 'true'
|
if: steps.check_composer_file.outputs.files_exists == 'true'
|
||||||
uses: "ramsey/composer-install@v2"
|
uses: "ramsey/composer-install@v2"
|
||||||
env:
|
env:
|
||||||
COMPOSER_ROOT_VERSION: 'dev-main'
|
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
|
||||||
|
|
||||||
- name: Check existence of vendor/bin/parallel-lint file
|
- name: Check existence of vendor/bin/parallel-lint file
|
||||||
id: check_linter_file
|
id: check_linter_file
|
||||||
|
@ -80,7 +80,7 @@ jobs:
|
||||||
if: steps.check_files.outputs.files_exists == 'true'
|
if: steps.check_files.outputs.files_exists == 'true'
|
||||||
uses: "ramsey/composer-install@v2"
|
uses: "ramsey/composer-install@v2"
|
||||||
env:
|
env:
|
||||||
COMPOSER_ROOT_VERSION: 'dev-main'
|
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
|
||||||
|
|
||||||
- name: Check existence of vendor/bin/phpcs file
|
- name: Check existence of vendor/bin/phpcs file
|
||||||
id: check_phpcs_binary_file
|
id: check_phpcs_binary_file
|
||||||
|
|
2
.github/workflows/regenerate-readme.yml
vendored
2
.github/workflows/regenerate-readme.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
if: steps.check_composer_file.outputs.files_exists == 'true'
|
if: steps.check_composer_file.outputs.files_exists == 'true'
|
||||||
uses: "ramsey/composer-install@v2"
|
uses: "ramsey/composer-install@v2"
|
||||||
env:
|
env:
|
||||||
COMPOSER_ROOT_VERSION: 'dev-main'
|
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
|
||||||
|
|
||||||
- name: Configure git user
|
- name: Configure git user
|
||||||
run: |
|
run: |
|
||||||
|
|
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
if: steps.check_files.outputs.files_exists == 'true'
|
if: steps.check_files.outputs.files_exists == 'true'
|
||||||
uses: "ramsey/composer-install@v2"
|
uses: "ramsey/composer-install@v2"
|
||||||
env:
|
env:
|
||||||
COMPOSER_ROOT_VERSION: 'dev-main'
|
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
|
||||||
|
|
||||||
- name: Setup problem matcher to provide annotations for PHPUnit
|
- name: Setup problem matcher to provide annotations for PHPUnit
|
||||||
if: steps.check_files.outputs.files_exists == 'true'
|
if: steps.check_files.outputs.files_exists == 'true'
|
||||||
|
@ -138,7 +138,7 @@ jobs:
|
||||||
if: steps.check_files.outputs.files_exists == 'true'
|
if: steps.check_files.outputs.files_exists == 'true'
|
||||||
uses: "ramsey/composer-install@v2"
|
uses: "ramsey/composer-install@v2"
|
||||||
env:
|
env:
|
||||||
COMPOSER_ROOT_VERSION: 'dev-main'
|
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
|
||||||
|
|
||||||
- name: Start MySQL server
|
- name: Start MySQL server
|
||||||
if: steps.check_files.outputs.files_exists == 'true'
|
if: steps.check_files.outputs.files_exists == 'true'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue