Skip to content

feat: check for invalid elements in <head> #551

feat: check for invalid elements in <head>

feat: check for invalid elements in <head> #551

name: Fix PHP code style issues
on: [pull_request]
permissions:
contents: write
pull-requests: write
jobs:
php-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@v2
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v6
with:
commit_message: Fix styling