Skip to content

Add get games endpoint igdb_id as any required attr #86

Add get games endpoint igdb_id as any required attr

Add get games endpoint igdb_id as any required attr #86

Workflow file for this run

name: PHPStan
on: [push]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none
- name: Install dependencies
run: composer install --no-interaction --no-scripts --no-progress --prefer-dist
- name: Execute PHPStan
run: vendor/bin/phpstan analyse