Skip to content

feat: Add option to expose MCP tools as a different name and with a d… #70

feat: Add option to expose MCP tools as a different name and with a d…

feat: Add option to expose MCP tools as a different name and with a d… #70

name: Check & fix styling
on:
push:
paths:
- '**.php'
permissions:
contents: write
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
- name: Run PHP CS Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.dist.php --allow-risky=yes
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: Fix styling