Skip to content

deactivate ValidationTests #77

deactivate ValidationTests

deactivate ValidationTests #77

Workflow file for this run

name: Check Style
on: [push, pull_request]
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Only fetch Style PHP submodule
run: git submodule update --init -- .style
- name: Install latest PHP-CS-Fixer
run: wget https://cs.symfony.com/download/php-cs-fixer-v3.phar
- name: Run Checks
run: php php-cs-fixer-v3.phar fix --config=.style/.php-cs-fixer.php -v --diff --allow-risky=yes .