Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
eye

GitHub Action

Laravel Pint

0.1.0

Laravel Pint

eye

Laravel Pint

Laravel Pint is an opinionated PHP code style fixer for minimalists

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Laravel Pint

uses: aglipanci/laravel-pint-action@0.1.0

Learn more about this action in aglipanci/laravel-pint-action

Choose a version

GitHub Action for Laravel Pint

GitHub Action implementation of the Laravel Pint Package.

Usage

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.