Consume TugboatCaptureRuntime 0.1.0 from CocoaPods #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Lint TugboatCaptureRuntime.podspec (needs Xcode). | |
| name: Apple runtime | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, ready_for_review] | |
| paths: | |
| - 'TugboatCaptureRuntime.podspec' | |
| - 'Package.swift' | |
| - 'platforms/apple/**' | |
| - 'core/image-processing/**' | |
| - 'tool/ci/lint-apple-runtime.sh' | |
| - '.github/workflows/apple-runtime.yml' | |
| permissions: | |
| contents: read | |
| jobs: | |
| pod-lib-lint: | |
| name: pod lib lint | |
| runs-on: macos-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Lint TugboatCaptureRuntime | |
| run: bash tool/ci/lint-apple-runtime.sh |