Skip to content

Support storing blueprint fields as nested JSON properties. #87

Support storing blueprint fields as nested JSON properties.

Support storing blueprint fields as nested JSON properties. #87

Workflow file for this run

name: Code Style
on:
push:
branches:
- "5.x"
pull_request:
branches:
- "*"
permissions:
contents: write
jobs:
pint:
name: Pint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- 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: Apply Code Style changes