Skip to content

Commit

Permalink
check coding style in github php action
Browse files Browse the repository at this point in the history
  • Loading branch information
vazaha-nl committed Aug 3, 2023
1 parent bcf008d commit ce5a285
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Check coding style
run: composer run-script check-style

- name: Run test suite
run: composer run-script test

- name: Run PHPStan
run: composer run-script analyse

0 comments on commit ce5a285

Please sign in to comment.