Skip to content

* Fix File Exceptions integration (#82) #45

* Fix File Exceptions integration (#82)

* Fix File Exceptions integration (#82) #45

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpunit@v4
- name: Run PHP CS Fixer
run: php vendor/bin/php-cs-fixer fix --dry-run --diff