Skip to content

Working to add functionality for better account collab mgmt (#53) #64

Working to add functionality for better account collab mgmt (#53)

Working to add functionality for better account collab mgmt (#53) #64

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
with:
args: --ignore-platform-reqs
- uses: php-actions/phpstan@v2
with:
php_version: 8.1
path: src
level: 5
args: --memory-limit=512M