Skip to content

chore: change package name to dfau vendor #7

chore: change package name to dfau vendor

chore: change package name to dfau vendor #7

Workflow file for this run

name: Static analysis
on:
push:
branches:
- master
pull_request:
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:2.16.6
continue-on-error: true
with:
args: --dry-run --diff-format udiff