Skip to content

Fix the offset error caused by CURLOPT_PORT and CURLOPT_URL order (#96) #395

Fix the offset error caused by CURLOPT_PORT and CURLOPT_URL order (#96)

Fix the offset error caused by CURLOPT_PORT and CURLOPT_URL order (#96) #395

name: Coding Style Checks
on: [ push, pull_request, workflow_dispatch ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Coding Style Checks
run: docker run --rm -v "$(pwd):/project" -w /project -i jakzal/phpqa:php7.4 php-cs-fixer fix --dry-run