Skip to content

internal(other): Pre-Alpha M1 #167

internal(other): Pre-Alpha M1

internal(other): Pre-Alpha M1 #167

Workflow file for this run

name: PHP Coding Standards Check and Fix
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
pull_request_target:
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Run PHP CS Fixer
uses: docker://oskarstark/php-cs-fixer-ga
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: Apply PHP-CS-Fixer changes