Skip to content

Release 1.0.1

Release 1.0.1 #139

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- "feature/*"
- "release/*"
pull_request:
branches:
- main
- "feature/*"
- "release/*"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Run Swiftlint
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install SwiftLint
run: brew install swiftlint
- name: Set Xcode 15
run: |
sudo xcode-select -switch /Applications/Xcode_15.3.app
- name: Lint
run: swiftlint