Skip to content

Feature/add offline database #17

Feature/add offline database

Feature/add offline database #17

Workflow file for this run

name: Code Quality
on: pull_request
jobs:
swift_format:
name: swift-format
runs-on: macos-15
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Check Code Formatting
run: swift format lint . --recursive --strict