TS-413: some plugins apparently are having the magento extension libr… #48
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: M2 Mess Detector | |
on: [push, pull_request] | |
jobs: | |
phpmd: | |
name: M2 Mess Detector | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: extdn/github-actions-m2/magento-mess-detector@master |