Skip to content

Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 #142

Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0

Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 #142

Workflow file for this run

name: pint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v6
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