Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
- updating README to use the latest version
- adding link to the demo repository
  • Loading branch information
aglipanci committed Aug 15, 2022
1 parent 643466a commit a95c07f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@0.1.0
uses: aglipanci/laravel-pint-action@1.0.0
with:
preset: laravel
verboseMode: true
Expand All @@ -27,6 +27,8 @@ jobs:
```
If provided, a `pint.json` file in the root will be used for configuration during run of the Action.

This action **DOESN'T** commit changes automatically. If you want to achieve such behaviour you have to use it in combination with another action like [git-auto-commit Action](https://github.com/stefanzweifel/git-auto-commit-action) or [Create Pull Request Action](https://github.com/marketplace/actions/create-pull-request)
This action **DOESN'T** commit changes automatically. If you want to achieve such behaviour you have to use it in combination with another action like [git-auto-commit Action](https://github.com/stefanzweifel/git-auto-commit-action) or [Create Pull Request Action](https://github.com/marketplace/actions/create-pull-request).

You can see Laravel Pint Action running on my [demo repository](https://github.com/aglipanci/laravel-pint-action-demo/pulls).


0 comments on commit a95c07f

Please sign in to comment.