Skip to content

chore: add .gitattributes #4

chore: add .gitattributes

chore: add .gitattributes #4

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint:
runs-on: ubuntu-latest
container: swift:6.0
steps:
- uses: actions/checkout@v4
- run: swift format lint -rsp .