Skip to content

fix: align versions with api client #233

fix: align versions with api client

fix: align versions with api client #233

Workflow file for this run

name: Cocoapods
on: [pull_request]
jobs:
lint-Insights:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_14.2.app/Contents/Developer'
- name: lint Insights
run: pod lib lint --subspec="Insights" --allow-warnings
lint-Core:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_14.2.app/Contents/Developer'
- name: lint Insights
run: pod lib lint --subspec="Core" --allow-warnings
lint-UI:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_14.2.app/Contents/Developer'
- name: lint Insights
run: pod lib lint --subspec="UI" --allow-warnings
lint-SwiftUI:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_14.2.app/Contents/Developer'
- name: lint Insights
run: pod lib lint --subspec="SwiftUI" --allow-warnings