Skip to content

(#42) Bump symfony/process from 5.4.3 to 5.4.46 #22

(#42) Bump symfony/process from 5.4.3 to 5.4.46

(#42) Bump symfony/process from 5.4.3 to 5.4.46 #22

Workflow file for this run

name: Check coding standards
on: [push, pull_request]
jobs:
psalm:
name: Check coding standards
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
coverage: "none"
ini-values: memory_limit=-1,apc.enable_cli=1,zend.assertions=1
php-version: "7.4"
tools: flex
- name: Install dependencies
run: composer install
- name: PHP CS Fixer
run: vendor/bin/php-cs-fixer --allow-risky=yes --config=.php-cs-fixer.php --verbose fix --dry-run --diff