Skip to content

Commit 6d29ca2

Browse files
committed
GH Actions: minor tweaks
* Update a few links in inline comments as the old URLs are no longer valid. * Ensure all steps have a name.
1 parent f977db0 commit 6d29ca2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/cs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
composer require --no-update squizlabs/php_codesniffer:"dev-master" --no-interaction
4747
4848
# Install dependencies and handle caching in one go.
49-
# @link https://github.com/marketplace/actions/install-composer-dependencies
49+
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5050
- name: Install Composer dependencies
5151
uses: "ramsey/composer-install@v2"
5252
with:
@@ -64,7 +64,8 @@ jobs:
6464

6565
# Show XML violations inline in the file diff.
6666
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
67-
- uses: korelstar/xmllint-problem-matcher@v1
67+
- name: Enable showing XML issues inline
68+
uses: korelstar/xmllint-problem-matcher@v1
6869

6970
# Validate the XSD and XML files against schema.
7071
- name: Validate Docs XSD against schema

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
composer remove --no-update --dev phpcsstandards/phpcsdevcs --no-scripts --no-interaction
7070
7171
# Install dependencies and handle caching in one go.
72-
# @link https://github.com/marketplace/actions/install-composer-dependencies
72+
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
7373
- name: Install Composer dependencies
7474
uses: "ramsey/composer-install@v2"
7575
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
composer remove --no-update --dev phpcsstandards/phpcsdevcs --no-scripts --no-interaction
109109
110110
# Install dependencies and handle caching in one go.
111-
# @link https://github.com/marketplace/actions/install-composer-dependencies
111+
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
112112
- name: Install Composer dependencies - normal
113113
if: ${{ matrix.php < 8.3 }}
114114
uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)