We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe49954 + 3b7fc68 commit 074892cCopy full SHA for 074892c
.github/workflows/lint.yml
@@ -30,7 +30,7 @@ jobs:
30
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
31
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --optimize-autoloader
32
- name: Run Pint
33
- run: ./vendor/bin/pint
+ run: ./vendor/bin/pint -v
34
- name: Commit Changes
35
uses: stefanzweifel/git-auto-commit-action@v5
36
with:
0 commit comments