Skip to content

cleanup BaseClient, move to Utils, deprecate getAsJson #60

cleanup BaseClient, move to Utils, deprecate getAsJson

cleanup BaseClient, move to Utils, deprecate getAsJson #60

Workflow file for this run

name: Run Shepherd
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run Psalm
run: ./vendor/bin/phpstan analyse --ansi --error-format github