Skip to content

Commit 16c4768

Browse files
authored
GH Actions: minor tweaks (#311)
* Update a URL which is no longer valid. * Ensure all steps have a name. Co-authored-by: jrfnl <[email protected]>
1 parent 191ed14 commit 16c4768

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/csqa.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: composer require --no-update squizlabs/php_codesniffer:"dev-master"
4141

4242
# Install dependencies and handle caching in one go.
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 XML file.
6061
# @link http://xmlsoft.org/xmllint.html
@@ -90,7 +91,7 @@ jobs:
9091

9192
# Install dependencies and handle caching in one go.
9293
# Dependencies need to be installed to make sure the PHPUnit classes are recognized.
93-
# @link https://github.com/marketplace/actions/install-composer-dependencies
94+
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
9495
- name: Install Composer dependencies
9596
uses: "ramsey/composer-install@v2"
9697
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
composer require --no-update squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}"
9292
9393
# Install dependencies and handle caching in one go.
94-
# @link https://github.com/marketplace/actions/install-composer-dependencies
94+
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
9595
- name: Install Composer dependencies - normal
9696
if: ${{ matrix.php != '8.3' }}
9797
uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)