Skip to content

Gemini -(Kumo) Task created in a session that has been invalidated #95

Gemini -(Kumo) Task created in a session that has been invalidated

Gemini -(Kumo) Task created in a session that has been invalidated #95

Workflow file for this run

name: Cocoapods
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
lint:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
- name: pod lib lint
run: |
echo allow-warnings due to - https://github.com/CocoaPods/CocoaPods/issues/8570
pod lib lint --allow-warnings
shell: bash