Skip to content

(#41) Bump actions/download-artifact from 2 to 4.1.7 in /.github/work… #15

(#41) Bump actions/download-artifact from 2 to 4.1.7 in /.github/work…

(#41) Bump actions/download-artifact from 2 to 4.1.7 in /.github/work… #15

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