Skip to content

Merge branch 'addColorIconMarker' into forkMain #35

Merge branch 'addColorIconMarker' into forkMain

Merge branch 'addColorIconMarker' into forkMain #35

Workflow file for this run

name: PHP Code Style (Pint)
on:
workflow_dispatch:
push:
jobs:
fix-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
preset: laravel
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: >
chore: fix code style
skip_fetch: true