Skip to content

Commit

Permalink
Merge pull request #2405 from WordPress/feature/ghactions-minor-tweaks
Browse files Browse the repository at this point in the history
GH Actions: minor tweaks
  • Loading branch information
dingo-d authored Nov 23, 2023
2 parents 27a7191 + 0bec4fa commit 2c6a44f
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 2c6a44f

Please sign in to comment.