Skip to content

core_extension

core_extension #1865

name: core_extension
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
paths:
- 'FirebaseCoreExtension.podspec'
- 'FirebaseCore/Extension/**'
- '.github/workflows/core_extension.yml'
- '.github/workflows/common.yml'
- '.github/workflows/common_cocoapods.yml'
- '.github/workflows/common_cocoapods_cron.yml'
- 'Gemfile*'
schedule:
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
- cron: '0 10 * * *'
jobs:
# Since `FirebaseCoreExtension` only contains headers, linting is sufficient for testing.
pod_lib_lint:
uses: ./.github/workflows/common_cocoapods.yml
with:
product: FirebaseCoreExtension
core-extension-cron-only:
needs: pod_lib_lint
uses: ./.github/workflows/common_cocoapods_cron.yml

Check failure on line 30 in .github/workflows/core_extension.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/core_extension.yml

Invalid workflow file

error parsing called workflow ".github/workflows/core_extension.yml" -> "./.github/workflows/common_cocoapods_cron.yml" (source branch with sha:a74e02174885ac64fd386e78029f6986c4329a2f) : (Line: 51, Col: 9): Unexpected symbol: '\'. Located at position 53 within expression: github.repository == 'firebase/firebase-ios-sdk' && \ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
with:
product: FirebaseCoreExtension
platforms: '[ "ios", "tvos", "macos" ]'
flags: '[ "--use-static-frameworks" ]'