Skip to content

[iOS] Admin/User Dashboard #1489

[iOS] Admin/User Dashboard

[iOS] Admin/User Dashboard #1489

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"