Skip to content

bump to 1.3, document terminal-free run + password + update-in-menu #11

bump to 1.3, document terminal-free run + password + update-in-menu

bump to 1.3, document terminal-free run + password + update-in-menu #11

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
swift-format:
runs-on: macos-latest
steps:
- uses: actions/checkout@v5
# информационный прогон: показывает замечания стиля, но не валит CI (без --strict)
- name: swift-format lint
run: swift format lint --recursive --configuration .swift-format Sources tests