Skip to content

Vaulting with Purchase #967

Vaulting with Purchase

Vaulting with Purchase #967

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 14
run: sudo xcode-select -switch /Applications/Xcode_14.2.app
- name: Install Dependencies
run: bundle install
- name: Run SwiftLint
run: bundle exec fastlane lint