Skip to content

fix: correct credit wording in all READMEs #3

fix: correct credit wording in all READMEs

fix: correct credit wording in all READMEs #3

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- run: composer install
- run: vendor/bin/phpunit