Skip to content

BigQueryドライバーのPlugin継承エラーを修正 #50

BigQueryドライバーのPlugin継承エラーを修正

BigQueryドライバーのPlugin継承エラーを修正 #50

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- uses: php-actions/phpcs@v1
with:
path: .
standard: phpcs.xml
args: -d memory_limit=512M
- uses: php-actions/phpstan@v3