Skip to content

PHP Linting (Pint)

PHP Linting (Pint) #2

Workflow file for this run

name: PHP Linting (Pint)
on:
workflow_dispatch:
pull_request:
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Pinting
uses: aglipanci/[email protected]
with:
preset: per
verboseMode: true
testMode: true
configPath: ./vendor/bin/pint
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)
skip_fetch: true