Skip to content

Add the fixtures

Add the fixtures #15

Workflow file for this run

name: Code Style
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
code-style:
name: Run PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up PHP
uses: erkenes/php-cs-fixer-action@main
with:
args: '--dry-run --diff -vvv'