Skip to content

Cache actions dependencies #40

Cache actions dependencies

Cache actions dependencies #40

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
Lint:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log