Skip to content

Rename preview image to github raw filename #23

Rename preview image to github raw filename

Rename preview image to github raw filename #23

Workflow file for this run

name: code-style
on:
workflow_dispatch:
push:
branches-ignore:
- "dependabot/npm_and_yarn/*"
jobs:
pint:
runs-on: ubuntu-latest
name: Pint
steps:
- name: Checkout code
uses: actions/checkout@v4
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