Skip to content

Return View from present method #621

Return View from present method

Return View from present method #621

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
swiftlint:
name: SwiftLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: norio-nomura/[email protected]
with:
args: --strict
check-license-headers:
name: License Headers
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: ./Scripts/copy_license && git diff --name-only --exit-code
lint-podspec:
name: CocoaPods
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec pod lib lint --allow-warnings