Skip to content

docs: update .swift-format to Point-Free style (2 spaces) #3

docs: update .swift-format to Point-Free style (2 spaces)

docs: update .swift-format to Point-Free style (2 spaces) #3

Workflow file for this run

name: Swift Format
on:
push:
branches: [main]
jobs:
format:
runs-on: macos-26
steps:
- uses: actions/checkout@v5
- name: Format code
run: swift-format format --recursive --in-place Sources Tests
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: "Run swift-format"