Skip to content

ref: disable routes by default #103

ref: disable routes by default

ref: disable routes by default #103

Workflow file for this run

name: Check & fix styling
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
# with:
# ref: ${{ github.head_ref }}
# token: ${{ secrets.PAT }}
- name: Run PHP CS Fixer
uses: docker:https://oskarstark/php-cs-fixer-ga
with:
args: --config=ruleset-php_cs.php --allow-risky=yes --show-progress=dots --diff --dry-run
#
# - name: Commit changes
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: Apply php-cs-fixer changes