Skip to content

Prevent view from expanding accidentally (#12) #51

Prevent view from expanding accidentally (#12)

Prevent view from expanding accidentally (#12) #51

Workflow file for this run

name: Checks
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
pod-lint:
runs-on: macos-11
steps:
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: "13.1"
- uses: actions/checkout@v2
- name: Run lint
run: pod lib lint --allow-warnings