Skip to content

w24/w2 improvements #76

w24/w2 improvements

w24/w2 improvements #76

Workflow file for this run

# .github/workflows/swiftlint.yml
name: SwiftLint
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: macos-26
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install SwiftLint
run: brew install swiftlint
- name: SwiftLint
run: swiftlint lint --config .swiftlint.yml --reporter github-actions-logging