Skip to content

Commit

Permalink
Issue CollaboraOnline#43: Run phpcs in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Nov 8, 2024
1 parent d56ce22 commit dd310bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
run: |
docker-compose exec -T web ./vendor/bin/run drupal:site-install
- name: PhpCS
run: |
docker-compose exec -T web ./vendor/bin/phpcs -s
- name: PhpUnit
run: |
docker-compose exec -T web ./vendor/bin/phpunit -vvv --debug

0 comments on commit dd310bd

Please sign in to comment.