Skip to content

[Infra] Common cocoapods pod lib lint job #1352

[Infra] Common cocoapods pod lib lint job

[Infra] Common cocoapods pod lib lint job #1352

Workflow file for this run

name: vertexai
permissions:
contents: read
on:
pull_request:
paths:
- 'FirebaseAI**'
- 'FirebaseVertexAI**'
- '.github/workflows/vertexai.yml'
- '.github/workflows/common.yml'
- '.github/workflows/common_cocoapods.yml'
- 'Gemfile*'
schedule:
# Run every day at 11pm (PST) - cron uses UTC times
- cron: '0 7 * * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
spm:
uses: ./.github/workflows/common.yml
with:
target: FirebaseVertexAIUnit
pod_lib_lint:
uses: ./.github/workflows/common_cocoapods.yml
with:
product: FirebaseVertexAI
supports_swift6: true