Skip to content

Commit cc3a569

Browse files
authored
Merge pull request #7 from lkck24/Workflow
[Workflow] Add phpstan and codestyle check to workflow
2 parents ffccfdc + ca62a54 commit cc3a569

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
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)