Skip to content

Commit ca62a54

Browse files
committed
[Workflow] Add phpstan and codestyle check to workflow
1 parent ffccfdc commit ca62a54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
- name: Run test suite
2828
run: composer test
2929

30+
- name: Run phpstan
31+
run: composer analyze
32+
33+
- name: Run codestyle checker
34+
run: composer cs-check
35+
3036
- uses: actions/cache@v1
3137
with:
3238
path: ${{ steps.composer-cache.outputs.dir }}

0 commit comments

Comments
 (0)