File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 54
54
55
55
# Show XML violations inline in the file diff.
56
56
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
57
- - uses : korelstar/xmllint-problem-matcher@v1
57
+ - name : Enable showing XML issues inline
58
+ uses : korelstar/xmllint-problem-matcher@v1
58
59
59
60
- name : Check the code style of the PHP files
60
61
id : phpcs
@@ -185,7 +186,7 @@ jobs:
185
186
186
187
# Install dependencies and handle caching in one go.
187
188
# Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
188
- # @link https://github.com/marketplace/actions/install-composer -dependencies
189
+ # @link https://github.com/marketplace/actions/install-php -dependencies-with-composer
189
190
- name : Install Composer dependencies
190
191
uses : " ramsey/composer-install@v2"
191
192
with :
You can’t perform that action at this time.
0 commit comments