Skip to content

Commit 3de897b

Browse files
Chore: Add PHP code style linting step in CI workflow
1 parent f7447cb commit 3de897b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@ jobs:
6060
- name: List Installed Dependencies
6161
run: composer show -D
6262

63+
- name: Fix PHP code style issues
64+
run: composer lint
65+
6366
- name: Execute tests
6467
run: composer test

0 commit comments

Comments
 (0)