Skip to content

Adds coverage composer script #8

Adds coverage composer script

Adds coverage composer script #8

Workflow file for this run

name: PHP-CS-Fixer
on: [push, pull_request]
jobs:
style:
name: Check Styling
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.dist.php --allow-risky=yes --dry-run -v