Skip to content

[WIP] [tvOS] Letter Picker / Filters #2108

[WIP] [tvOS] Letter Picker / Filters

[WIP] [tvOS] Letter Picker / Filters #2108

Workflow file for this run

name: "Lint 🧹"
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches: [ main ]
jobs:
build:
name: "Lint 🧹"
if: github.event.pull_request.draft == false
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Swiftformat
run: swiftformat . --lint --config ".swiftformat"