Skip to content

Commit 51e3f11

Browse files
committed
Add Github actions to check Code quality (ECS)
1 parent 297b4d3 commit 51e3f11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ jobs:
1717
- name: PHPStan
1818
run: composer phpstan
1919

20+
- name: Easy Coding Standard
21+
run: composer ecs
22+
23+
2024
name: ${{ matrix.actions.name }}
2125
runs-on: ubuntu-latest
2226

27+
2328
steps:
2429
- name: Checkout
2530
uses: actions/checkout@v2
@@ -38,6 +43,8 @@ jobs:
3843
id: composer-cache
3944
run: |
4045
echo "::set-output name=dir::$(composer config cache-files-dir)"
46+
47+
4148
- uses: actions/cache@v2
4249
with:
4350
path: |

0 commit comments

Comments
 (0)