Issue with LIBXML_HTML_NOIMPLIED
and templates with multiple roots …
#108
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ExtDN Static Tests | |
on: [push] | |
jobs: | |
static: | |
name: Static Code Analysis | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: extdn/github-actions-m2/magento-coding-standard/8.3@master | |
with: | |
phpcs_severity: 8 | |
phpcs_report: full | |
phpcs_extensions: php |