Skip to content

Merge pull request #6 from slashid/typo #36

Merge pull request #6 from slashid/typo

Merge pull request #6 from slashid/typo #36

Workflow file for this run

name: PHP CS
jobs:
phpcs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: composer install --dev
- run: composer test-cs