Skip to content

Commit 2c6a44f

Browse files
authored
Merge pull request #2405 from WordPress/feature/ghactions-minor-tweaks
GH Actions: minor tweaks
2 parents 27a7191 + 0bec4fa commit 2c6a44f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/basic-qa.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
5555
# Show XML violations inline in the file diff.
5656
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
57-
- uses: korelstar/xmllint-problem-matcher@v1
57+
- name: Enable showing XML issues inline
58+
uses: korelstar/xmllint-problem-matcher@v1
5859

5960
- name: Check the code style of the PHP files
6061
id: phpcs
@@ -185,7 +186,7 @@ jobs:
185186

186187
# Install dependencies and handle caching in one go.
187188
# Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
188-
# @link https://github.com/marketplace/actions/install-composer-dependencies
189+
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
189190
- name: Install Composer dependencies
190191
uses: "ramsey/composer-install@v2"
191192
with:

0 commit comments

Comments
 (0)