From 0bec4fac67466c00756434367db25c2951af8df6 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 14 Nov 2023 02:34:33 +0100 Subject: [PATCH] GH Actions: minor tweaks * Update a URL which is no longer valid. * Ensure all steps have a name. --- .github/workflows/basic-qa.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basic-qa.yml b/.github/workflows/basic-qa.yml index 97943efa2..c0fc7eeee 100644 --- a/.github/workflows/basic-qa.yml +++ b/.github/workflows/basic-qa.yml @@ -54,7 +54,8 @@ jobs: # Show XML violations inline in the file diff. # @link https://github.com/marketplace/actions/xmllint-problem-matcher - - uses: korelstar/xmllint-problem-matcher@v1 + - name: Enable showing XML issues inline + uses: korelstar/xmllint-problem-matcher@v1 - name: Check the code style of the PHP files id: phpcs @@ -185,7 +186,7 @@ jobs: # Install dependencies and handle caching in one go. # Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized. - # @link https://github.com/marketplace/actions/install-composer-dependencies + # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer - name: Install Composer dependencies uses: "ramsey/composer-install@v2" with: