Skip to content

Support Sure-Footed trait tag #12

Support Sure-Footed trait tag

Support Sure-Footed trait tag #12

Workflow file for this run

# This workflow will run SwiftFormat on a Swift project
name: Swift Format
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
format:
runs-on: macos-latest
steps:
- uses: actions/checkout@v5
- name: Run SwiftFormat
run: swiftformat --lint . --reporter github-actions-log