Skip to content

πŸ’„ Luminare UI updates #513

πŸ’„ Luminare UI updates

πŸ’„ Luminare UI updates #513

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/swiftformat.yml'
- '.swiftformat.yml'
- '**/*.swift'
jobs:
lint:
runs-on: macos-latest
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v5
- name: 🎨 SwiftFormat
run: swiftformat --lint . --reporter github-actions-log