Skip to content

docs: update README.md #4

docs: update README.md

docs: update README.md #4

Workflow file for this run

name: PHP Composer
on:
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run test suite
run: composer test