Skip to content

Commit 5864181

Browse files
authored
Create coding-standard.yml
1 parent 4e2023f commit 5864181

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/coding-standard.yml

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

0 commit comments

Comments
 (0)