Skip to content

IOS-10545 Migrating to Swift 6.0 with strict concurrency #1056

IOS-10545 Migrating to Swift 6.0 with strict concurrency

IOS-10545 Migrating to Swift 6.0 with strict concurrency #1056

Workflow file for this run

name: SwiftFormat
on:
pull_request:
branches:
- '*'
jobs:
format:
name: SwiftFormat
runs-on: self-hosted-novum-mac
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Format
run: make format
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Run swiftformat
env:
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }}