Skip to content

Commit 4073e5e

Browse files
jrfnlgrogy
authored andcommitted
GH Actions: minor tweaks
* Let steps always have a name. * Update an outdated link.
1 parent 4ef1bb9 commit 4073e5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/qa.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: composer validate --no-check-all --strict
4141

4242
# Verify the package can be installed succesfully.
43-
# @link https://github.com/marketplace/actions/install-composer-dependencies
43+
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4444
- name: Install Composer dependencies
4545
uses: ramsey/composer-install@v2
4646
with:
@@ -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
# Validate the ruleset XML file.
6061
# @link http://xmlsoft.org/xmllint.html

0 commit comments

Comments
 (0)