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

Property shortcuts

Property shortcuts #60

Workflow file for this run

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