Skip to content

Commit

Permalink
Merge pull request #16 from erikn69/patch-1
Browse files Browse the repository at this point in the history
Update README example
  • Loading branch information
aglipanci authored Jul 25, 2024
2 parents 8eedec4 + 5edb397 commit 80d3ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@2.0.0
uses: aglipanci/laravel-pint-action@latest
with:
preset: laravel
verboseMode: true
Expand Down

0 comments on commit 80d3ca3

Please sign in to comment.