Skip to content

Commit b035a76

Browse files
committed
chore: add workflow step
1 parent 3300537 commit b035a76

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: PHP Composer
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
run:
@@ -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)