Skip to content

#33 Align code format with swift-format #1

#33 Align code format with swift-format

#33 Align code format with swift-format #1

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install swift-format
run: brew install swift-format
- name: Lint code
run: Scripts/lint-swift-code