Skip to content

fix the PostgreSQL example using the PDO_PGSQL driver instead of the … #112

fix the PostgreSQL example using the PDO_PGSQL driver instead of the …

fix the PostgreSQL example using the PDO_PGSQL driver instead of the … #112

name: Coding Style Checks
on: [ push, pull_request, workflow_dispatch ]
jobs:
coding-style-checks:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Coding Style Checks
run: docker run -q --rm -v "$(pwd):/project" -w /project -i jakzal/phpqa:php8.3-alpine php-cs-fixer fix -q --dry-run