Skip to content

Commit 259b257

Browse files
committed
Add github actions, DEV-1323
Signed-off-by: Iman Aboheydary <[email protected]>
1 parent 0b9bc23 commit 259b257

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [customgento]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: ExtDN M2 Coding Standard
2+
on: [push, pull_request]
3+
4+
jobs:
5+
phpcs:
6+
uses: customgento/m2-github-actions/.github/workflows/coding-standard.yml@main
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: ExtDN M2 Mess Detector
2+
on: [push, pull_request]
3+
4+
jobs:
5+
phpmd:
6+
uses: customgento/m2-github-actions/.github/workflows/mess-detector.yml@main

0 commit comments

Comments
 (0)