Skip to content

Commit da7efe5

Browse files
committed
chore: add workflow step
1 parent 2791c3c commit da7efe5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ jobs:
3131
if: steps.composer-cache.outputs.cache-hit != 'true'
3232
run: composer update --prefer-dist --no-progress
3333

34+
- name: Linting
35+
run: composer lint
36+
3437
- name: Run test suite
3538
run: composer test

0 commit comments

Comments
 (0)