Skip to content

Add Support for different Privacy Params for Single and Multiple Data Providers #3637

Add Support for different Privacy Params for Single and Multiple Data Providers

Add Support for different Privacy Params for Single and Multiple Data Providers #3637

Workflow file for this run

# Copyright 2023 The Cross-Media Measurement Authors
#
# 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: API lint
on:
pull_request:
branches:
- main
- 'releases/**'
types: [opened, synchronize, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: API lint
runs-on: ubuntu-22.04
permissions:
id-token: write
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: world-federation-of-advertisers/actions/setup-api-linter@v2
with:
version: 1.52.0
sha256: 89ec88aa07974e4476f1d5a1bb626b05a65cdc76b64c7e73e15ebb77ebdb9aaf
# Authenticate to Google Cloud for access to remote cache.
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
workload_identity_provider: ${{ vars.BAZEL_BUILD_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ vars.BAZEL_BUILD_SERVICE_ACCOUNT }}
- name: Write ~/.bazelrc
run: |
cat << EOF > ~/.bazelrc
common --config=ci
common --config=remote-cache
EOF
- env:
BAZEL: bazelisk
run: tools/api-lint wfa/measurement/system