Skip to content

Merge pull request #60 from elegasoft/elegasoft-patch-1 #184

Merge pull request #60 from elegasoft/elegasoft-patch-1

Merge pull request #60 from elegasoft/elegasoft-patch-1 #184

Workflow file for this run

name: Fix PHP code style issues
on:
workflow_call:
secrets:
PAT:
required: true
push:
jobs:
php-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
- name: Fix PHP code style issues
uses: aglipanci/[email protected]
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
token: ${{ secrets.PAT }}
commit_message: Fix styling