Skip to content

Remove the dismiss keyboard gesture from PayPalMessagingViewController #214

Remove the dismiss keyboard gesture from PayPalMessagingViewController

Remove the dismiss keyboard gesture from PayPalMessagingViewController #214

Workflow file for this run

name: Lint
on: [pull_request]
concurrency:
group: lint-${{ github.event.number }}
cancel-in-progress: true
jobs:
swiftlint:
name: SwiftLint
runs-on: macOS-14-xlarge
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Use Xcode 15.0.1
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
run: swiftlint --strict