Skip to content

chore: fix license headers #17

chore: fix license headers

chore: fix license headers #17

Workflow file for this run

# Copyright (c) 2025 ADBC Drivers Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Build & Test
on:
pull_request: {}
push:
branches:
- main
permissions:
contents: read
id-token: write
packages: read
jobs:
test:
uses: adbc-drivers/dev/.github/workflows/test.yaml@fbab68dd3804ca071ee3f99dcf1a7161b4598fd4
secrets:
dev_private_key: ${{ secrets.DEV_DEPLOY_KEY }}
driverbase_private_key: ${{ secrets.DRIVERBASE_DEPLOY_KEY }}
environment: ${{ secrets.BIGQUERY_ENV }}
gcloud_service_account: ${{ secrets.GCLOUD_SERVICE_ACCOUNT }}
gcloud_workload_identity_provider: ${{ secrets.GCLOUD_WORKLOAD_IDENTITY_PROVIDER }}
with:
driver: bigquery
environment: "BigQuery CI"
gcloud: true
subdir: go
validate:
uses: adbc-drivers/dev/.github/workflows/validate.yaml@fbab68dd3804ca071ee3f99dcf1a7161b4598fd4
secrets:
dev_private_key: ${{ secrets.DEV_DEPLOY_KEY }}
driverbase_private_key: ${{ secrets.DRIVERBASE_DEPLOY_KEY }}
validation_private_key: ${{ secrets.VALIDATION_DEPLOY_KEY }}
environment: ${{ secrets.BIGQUERY_ENV }}
gcloud_service_account: ${{ secrets.GCLOUD_SERVICE_ACCOUNT }}
gcloud_workload_identity_provider: ${{ secrets.GCLOUD_WORKLOAD_IDENTITY_PROVIDER }}
with:
driver: bigquery
environment: "BigQuery CI"
gcloud: true
subdir: go