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 6a43af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: composer global require laravel/pint

- name: Run Pint
run: pint
run: pint --config pint.json

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

0 comments on commit 6a43af3

Please sign in to comment.