We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f88ff5 commit 9f3758cCopy full SHA for 9f3758c
.github/workflows/php.yml
@@ -1,12 +1,17 @@
1
-code-standards:
2
- runs-on: ubuntu-latest
3
- steps:
4
- - name: Checkout code
5
- uses: actions/checkout@v2
6
- with:
7
- fetch-depth: 0
8
- - name: Code Standards Test
9
- uses: docker://aligent/code-standards-pipe-php:7.4
10
- env:
11
- STANDARDS: "Magento2"
12
- SKIP_DEPENDENCIES: "true"
+name: Run PHP Static Analysis
+
+on: pull_request
+jobs:
+ code-standards:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v2
+ with:
+ 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