Skip to content

fix: 灵动岛状态栏高度异常 #45

fix: 灵动岛状态栏高度异常

fix: 灵动岛状态栏高度异常 #45

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
- name: Install cocoapods
run: gem install cocoapods --pre && pod install --project-directory=Example
- name: Lib lint
run: pod lib lint --allow-warnings