Skip to content

Make PayPalError and CardError Code enum consistent with error naming pattern #1615

Make PayPalError and CardError Code enum consistent with error naming pattern

Make PayPalError and CardError Code enum consistent with error naming pattern #1615

Workflow file for this run

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