Skip to content

fix: attributes thread safety issue #240

fix: attributes thread safety issue

fix: attributes thread safety issue #240

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