Skip to content

Commit

Permalink
[CI] Check coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 4, 2021
1 parent 96a236c commit 2c43b28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
- name: Normalize composer.json
run: |
composer normalize --dry-run
- name: Check coding standards
run: |
.Build/bin/ecs check --no-progress-bar
- name: Generate code coverage
run: |
make code-coverage
Expand Down

0 comments on commit 2c43b28

Please sign in to comment.