Skip to content

refactor: Remove string loco #1919

refactor: Remove string loco

refactor: Remove string loco #1919

Workflow file for this run

name: SwiftFormat
on:
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: SwiftFormat
runs-on: [ self-hosted, iOS ]
steps:
- uses: jdx/mise-action@v2
with:
cache: false
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log