Skip to content

Correct to use sparse checkout #12

Correct to use sparse checkout

Correct to use sparse checkout #12

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
sparse-checkout-cone-mode: "blob:none"
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log