Skip to content

Commit 24e9f32

Browse files
Merge remote-tracking branch 'origin/feature/BEG-81_initial_version' into feature/BEG-81_initial_version
2 parents 4140498 + a402ca5 commit 24e9f32

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/php.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Run PHP Static Analysis
2+
3+
on: pull_request
4+
5+
jobs:
6+
code-standards:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout code
10+
uses: actions/checkout@v2
11+
with:
12+
fetch-depth: 0
13+
- name: Code Standards Test
14+
uses: docker://aligent/code-standards-pipe-php:7.4
15+
env:
16+
STANDARDS: "Magento2"
17+
SKIP_DEPENDENCIES: "true"

0 commit comments

Comments
 (0)