Skip to content

Add tip to readme

Add tip to readme #7

Workflow file for this run

name: Tests
on: [push]
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- uses: ramsey/composer-install@v3
- name: Run PHPUnit tests
run: vendor/bin/phpunit