Skip to content

Commit

Permalink
GH Actions: minor tweaks
Browse files Browse the repository at this point in the history
* Update a URL which is no longer valid.
* Ensure all steps have a name.
  • Loading branch information
jrfnl committed Nov 14, 2023
1 parent 7722c0b commit 0bec4fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/basic-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0bec4fa

Please sign in to comment.