Skip to content

Commit aa8e58e

Browse files
authored
Create mess-detector.yml
1 parent 5864181 commit aa8e58e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/mess-detector.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: M2 Mess Detector
2+
on: [push, pull_request]
3+
4+
jobs:
5+
phpmd:
6+
name: M2 Mess Detector
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: extdn/github-actions-m2/magento-mess-detector@master

0 commit comments

Comments
 (0)