Skip to content

Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 #62

Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0

Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 #62

Workflow file for this run

name: pint
on: [push]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
ref: ${{ github.head_ref }}
- name: Fix styling issues
uses: aglipanci/laravel-pint-action@v2
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: Fix styling