Skip to content

[Infra] Common cocoapods pod lib lint job #1740

[Infra] Common cocoapods pod lib lint job

[Infra] Common cocoapods pod lib lint job #1740

Workflow file for this run

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