Skip to content

Updated documentation - fixed typo #8

Updated documentation - fixed typo

Updated documentation - fixed typo #8

name: StaticAnalysis
on: ['push', 'pull_request']
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
tools: composer:v2
- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader
- name: StaticAnalysis
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff