Skip to content

Close #30: Test cases for special characters #38

Close #30: Test cases for special characters

Close #30: Test cases for special characters #38

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Iva Horn
# SPDX-License-Identifier: MIT
name: SwiftFormat
on:
pull_request:
paths:
- '**/*.swift'
jobs:
Lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log