Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Multi threading addition #48

Multi threading addition

Multi threading addition #48

Workflow file for this run

name: build
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Install Cocoapods
run: gem install cocoapods
- name: Lib Lint
run: |
set -eo pipefail
pod lib lint --allow-warnings