Skip to content

Merge pull request #81 from Brugman/feature/tested-6.7 #184

Merge pull request #81 from Brugman/feature/tested-6.7

Merge pull request #81 from Brugman/feature/tested-6.7 #184

Workflow file for this run

name: Check & fix styling
on: [push]
jobs:
style:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: normalize php
run: php vendor/bin/phpcbf
- uses: stefanzweifel/[email protected]
with:
commit_message: Fix formatting with phpcbf