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 297b4d3 commit 51e3f11Copy full SHA for 51e3f11
.github/workflows/code_analysis.yaml
@@ -17,9 +17,14 @@ jobs:
17
- name: PHPStan
18
run: composer phpstan
19
20
+ - name: Easy Coding Standard
21
+ run: composer ecs
22
+
23
24
name: ${{ matrix.actions.name }}
25
runs-on: ubuntu-latest
26
27
28
steps:
29
- name: Checkout
30
uses: actions/checkout@v2
@@ -38,6 +43,8 @@ jobs:
38
43
id: composer-cache
39
44
run: |
40
45
echo "::set-output name=dir::$(composer config cache-files-dir)"
46
47
41
48
- uses: actions/cache@v2
42
49
with:
50
path: |
0 commit comments