Skip to content

【6.x】修复微信支付V2服务商分账接口验签失败的BUG #1673

【6.x】修复微信支付V2服务商分账接口验签失败的BUG

【6.x】修复微信支付V2服务商分账接口验签失败的BUG #1673

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