Skip to content

添加自定义ScopingHttpClient降低使用复杂度 (#2766) #1638

添加自定义ScopingHttpClient降低使用复杂度 (#2766)

添加自定义ScopingHttpClient降低使用复杂度 (#2766) #1638

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Dependencies
run: composer install --no-progress
- name: Run PHPStan
run: ./vendor/bin/phpstan analyse --no-progress
php_cs_fixer:
name: PHP-CS-Fxier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Dependencies
run: composer install --no-progress
- name: Run PHP-CS-Fxier
run: composer check-style