Skip to content

adjust php cs fixer configuration to not want to change the code to b… #146

adjust php cs fixer configuration to not want to change the code to b…

adjust php cs fixer configuration to not want to change the code to b… #146

Workflow file for this run

name: Checks
on:
push:
branches:
- '*.x'
pull_request:
jobs:
composer-normalize:
name: Composer Normalize
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Composer normalize
uses: docker://ergebnis/composer-normalize-action