Skip to content

fix iOS14 popToRootViewControllerAnimated 首页还有返回按钮 (#297) #6

fix iOS14 popToRootViewControllerAnimated 首页还有返回按钮 (#297)

fix iOS14 popToRootViewControllerAnimated 首页还有返回按钮 (#297) #6

name: Xcode - Build and Analyze
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
name: Build and analyse default scheme using xcodebuild command
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
- name: Lint
env:
scheme: ${{ 'default' }}
run: |
bundle install
bundle exec pod lib lint