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 12, 2024
1 parent b747ed3 commit 798c6ec
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 @@ -55,6 +55,10 @@ jobs:
run: |
docker-compose exec -T web composer install --no-interaction
- name: PhpCS
run: |
docker-compose exec -T web ./vendor/bin/phpcs -s
- name: Drupal site install
run: |
docker-compose exec -T web ./vendor/bin/run drupal:site-install
Expand Down

0 comments on commit 798c6ec

Please sign in to comment.