Skip to content

Commit

Permalink
add codestyle to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanlaak committed Nov 16, 2021
1 parent 0329051 commit fb52b37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ jobs:
- name: Run tests
run: make test-lowest

codestyle:
name: Code style
runs-on: ubuntu-latest
container: jakzal/phpqa
steps:
- uses: actions/checkout@v2
- name: PHP CS Fixer (via jakzal/phpqa)
run: php-cs-fixer fix

0 comments on commit fb52b37

Please sign in to comment.