Skip to content

feat: add stream helpers and docs (#23) #58

feat: add stream helpers and docs (#23)

feat: add stream helpers and docs (#23) #58

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Install dependencies
run: composer install --no-interaction --prefer-dist
- name: Validate composer config
run: composer validate --strict
- name: Run tests
run: composer test