Skip to content

SPM based project (#33) #92

SPM based project (#33)

SPM based project (#33) #92

Workflow file for this run

name: Cocoapods
on: [push]
jobs:
StorybookKit:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "13.2"
- uses: actions/checkout@v2
- name: Lint Cocoapods
run: pod lib lint StorybookKit.podspec --allow-warnings
StorybookUI:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "13.2"
- uses: actions/checkout@v2
- name: Lint Cocoapods
run: pod lib lint --include-podspecs=StorybookKit.podspec StorybookUI.podspec --allow-warnings
StorybookKitTextureSupport:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "13.2"
- uses: actions/checkout@v2
- name: Lint Cocoapods
run: pod lib lint --include-podspecs=StorybookKit.podspec StorybookKitTextureSupport.podspec --allow-warnings