Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #14

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #14

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: 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