From 7d7090f5336b8d4027abb8d251ce3525952d934b Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 13 Nov 2023 00:54:20 +0100 Subject: [PATCH] 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. --- .github/workflows/basics.yml | 4 ++-- .github/workflows/quicktest.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/basics.yml b/.github/workflows/basics.yml index 9ac235ce..7209f9ad 100644 --- a/.github/workflows/basics.yml +++ b/.github/workflows/basics.yml @@ -56,7 +56,7 @@ jobs: wp-coding-standards/wpcs:"dev-develop" # Install dependencies and handle caching in one go. - # @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: @@ -70,7 +70,7 @@ jobs: # Show XML violations inline in the file diff. # @link https://github.com/marketplace/actions/xmllint-problem-matcher - - name: Show XML issues inline + - name: Enable showing XML issues inline uses: korelstar/xmllint-problem-matcher@v1 # Validate the ruleset XML file. diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index cc479486..ed144fb7 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -65,7 +65,7 @@ jobs: wp-coding-standards/wpcs:"dev-develop" # Install dependencies and handle caching in one go. - # @link https://github.com/marketplace/actions/install-composer-dependencies + # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer - name: Install Composer dependencies - normal if: ${{ startsWith( matrix.php_version, '8' ) == false && matrix.php_version != 'latest' }} uses: ramsey/composer-install@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4bda001..f2adcf3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: wp-coding-standards/wpcs:"${{ env.WPCS_HIGHEST }}" # Install dependencies and handle caching in one go. - # @link https://github.com/marketplace/actions/install-composer-dependencies + # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer - name: Install Composer dependencies - normal if: ${{ startsWith( matrix.php_version, '8' ) == false }} uses: ramsey/composer-install@v2 @@ -190,7 +190,7 @@ jobs: wp-coding-standards/wpcs:"${{ env.WPCS_HIGHEST }}" # Install dependencies and handle caching in one go. - # @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: