Skip to content

Commit e3d6190

Browse files
committed
ci: run magento coding standard for pull requests
1 parent 4caf7ab commit e3d6190

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Coding Standard
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- 2.4-develop
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
coding-standard:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Run Coding Standard
16+
uses: graycoreio/github-actions-magento2/coding-standard@main

0 commit comments

Comments
 (0)