You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Laravel Pint
0.1.0
GitHub Action implementation of the Laravel Pint Package.
Use with GitHub Actions
.github/workflows/pint.yml
name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: aglipanci/laravel-pint-action@main
If provided, a pint.json
file in the root will be used for configuration during run of the Action.