Skip to content

Statamic 6 + Livewire 4 (#113) #242

Statamic 6 + Livewire 4 (#113)

Statamic 6 + Livewire 4 (#113) #242

Workflow file for this run

name: Fix Styling
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Fix styling issues
uses: aglipanci/laravel-pint-action@latest
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix styling