Skip to content

🌐 Arabic & German localization #151

🌐 Arabic & German localization

🌐 Arabic & German localization #151

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:
- uses: actions/checkout@v3
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log