Skip to content

IOS-9356 Adjust crouton constraints above the tabbar or the safe area #1096

IOS-9356 Adjust crouton constraints above the tabbar or the safe area

IOS-9356 Adjust crouton constraints above the tabbar or the safe area #1096

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/[email protected]
- 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 }}