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
7514f0b35f
commit
70faeade40
3 changed files with 7 additions and 7 deletions
8
.github/workflows/code-quality.yml
vendored
8
.github/workflows/code-quality.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: Check existence of composer.json file
|
||||
id: check_composer_file
|
||||
uses: andstor/file-existence-action@v1
|
||||
uses: andstor/file-existence-action@v2
|
||||
with:
|
||||
files: "composer.json"
|
||||
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
|
||||
- name: Check existence of vendor/bin/parallel-lint file
|
||||
id: check_linter_file
|
||||
uses: andstor/file-existence-action@v1
|
||||
uses: andstor/file-existence-action@v2
|
||||
with:
|
||||
files: "vendor/bin/parallel-lint"
|
||||
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
|
||||
- name: Check existence of composer.json & phpcs.xml.dist files
|
||||
id: check_files
|
||||
uses: andstor/file-existence-action@v1
|
||||
uses: andstor/file-existence-action@v2
|
||||
with:
|
||||
files: "composer.json, phpcs.xml.dist"
|
||||
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
|
||||
- name: Check existence of vendor/bin/phpcs file
|
||||
id: check_phpcs_binary_file
|
||||
uses: andstor/file-existence-action@v1
|
||||
uses: andstor/file-existence-action@v2
|
||||
with:
|
||||
files: "vendor/bin/phpcs"
|
||||
|
||||
|
|
2
.github/workflows/regenerate-readme.yml
vendored
2
.github/workflows/regenerate-readme.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Check existence of composer.json file
|
||||
id: check_composer_file
|
||||
uses: andstor/file-existence-action@v1
|
||||
uses: andstor/file-existence-action@v2
|
||||
with:
|
||||
files: "composer.json"
|
||||
|
||||
|
|
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Check existence of composer.json file
|
||||
id: check_files
|
||||
uses: andstor/file-existence-action@v1
|
||||
uses: andstor/file-existence-action@v2
|
||||
with:
|
||||
files: "composer.json, phpunit.xml.dist"
|
||||
|
||||
|
@ -108,7 +108,7 @@ jobs:
|
|||
|
||||
- name: Check existence of composer.json & behat.yml files
|
||||
id: check_files
|
||||
uses: andstor/file-existence-action@v1
|
||||
uses: andstor/file-existence-action@v2
|
||||
with:
|
||||
files: "composer.json, behat.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue