Skip to content

Commit

Permalink
Merge pull request #339 from Yoast/JRF/ghactions-minor-tweaks
Browse files Browse the repository at this point in the history
GH Actions: minor tweaks
  • Loading branch information
jrfnl authored Nov 12, 2023
2 parents b328cce + 7d7090f commit c89e9f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c89e9f6

Please sign in to comment.