Skip to content

Added the account repository interface #28

Added the account repository interface

Added the account repository interface #28

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- run: vendor/bin/phpstan analyse
tests:
needs: lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- run: vendor/bin/phpunit