Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 #8

Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0

Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 #8

name: Fix PHP code style issues
on: [push]
jobs:
php-code-styling:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3.5.2
with:
ref: ${{ github.head_ref }}
- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.3.0
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling