Skip to content

fix: crash when user attribute is empty #234

fix: crash when user attribute is empty

fix: crash when user attribute is empty #234

Workflow file for this run

name: Swift SDK Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
code-lint:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Run swiftformat
run: swiftformat .
- name: Run swiftlint
run: swiftlint