#!/bin/sh
# shellcheck disable=SC2046
echo Committing as $(git config user.email)
./vendor/bin/parallel-lint . --exclude vendor
./vendor/bin/php-cs-fixer fix
