Skip to content

Add Support section with star CTA and PeekAPI badge #7

Add Support section with star CTA and PeekAPI badge

Add Support section with star CTA and PeekAPI badge #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: "8.4"
extensions: curl, json
- run: composer install --no-interaction
- run: composer exec phpunit
- run: composer exec php-cs-fixer -- fix --dry-run --diff