Skip to content

Commit

Permalink
Fixing Pint CI to use correct config
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak committed Feb 5, 2025
1 parent e3ba87f commit acc16f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
coverage: none

- name: Install Pint
run: composer global require laravel/pint
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Log Which Files is Used
run: cat pint.json

- name: Run Pint
run: pint
run: ./vendor/bin/pint --config pint.json

- name: Commit linted files
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit acc16f1

Please sign in to comment.