Skip to content

Register Section class as serializable #259

Register Section class as serializable

Register Section class as serializable #259

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
with:
configPath: pint.json
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix styling