Skip to content

chore: update all URLs to EnrowAPI org, add stars and last-commit badges #1

chore: update all URLs to EnrowAPI org, add stars and last-commit badges

chore: update all URLs to EnrowAPI org, add stars and last-commit badges #1

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