Skip to content

Commit 7e3e313

Browse files
committed
Add composer run lint to CI job.
1 parent cdbbbdc commit 7e3e313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- run: composer diagnose || true
3737
- run: composer install
3838
- run: composer audit
39+
- run: composer run lint
3940
- run: composer run test
4041
- name: Test & publish code coverage
4142
if: ${{ matrix.php == '8.2' && matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)