Skip to content

Bump actions/checkout from 4 to 5 #2

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #2

Workflow file for this run

name: SwiftLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
swiftlint:
name: SwiftLint Check
runs-on: macos-15
steps:
- uses: actions/checkout@v5
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
run: swiftlint lint --strict