Skip to content

Commit

Permalink
Merge pull request #70 from APY/codestyle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanlaak authored Nov 16, 2021
2 parents 0329051 + fb52b37 commit 51a7b9a
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 51a7b9a

Please sign in to comment.