Skip to content

优化, 添加隐私清单 #42

优化, 添加隐私清单

优化, 添加隐私清单 #42

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