Skip to content

Commit 074892c

Browse files
authored
Merge pull request #4989 from Roardom/pint-verbosity
(Update) Make pint verbose in ci
2 parents fe49954 + 3b7fc68 commit 074892c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
3131
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --optimize-autoloader
3232
- name: Run Pint
33-
run: ./vendor/bin/pint
33+
run: ./vendor/bin/pint -v
3434
- name: Commit Changes
3535
uses: stefanzweifel/git-auto-commit-action@v5
3636
with:

0 commit comments

Comments
 (0)