File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4040 run : composer validate --no-check-all --strict
4141
4242 # Verify the package can be installed succesfully.
43- # @link https://github.com/marketplace/actions/install-composer -dependencies
43+ # @link https://github.com/marketplace/actions/install-php -dependencies-with-composer
4444 - name : Install Composer dependencies
4545 uses : ramsey/composer-install@v2
4646 with :
5454
5555 # Show XML violations inline in the file diff.
5656 # @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
5859
5960 # Validate the ruleset XML file.
6061 # @link http://xmlsoft.org/xmllint.html
You can’t perform that action at this time.
0 commit comments