Skip to content

Merge pull request #69 from hexadog/68-is-child-theme-broken #12

Merge pull request #69 from hexadog/68-is-child-theme-broken

Merge pull request #69 from hexadog/68-is-child-theme-broken #12

Workflow file for this run

name: PHP Linting (Pint)
on:
workflow_dispatch:
push:
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@0.1.0
with:
preset: laravel
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: PHP Linting (Pint)
skip_fetch: true