SDK hardening - onError, Callbacks & audio pipeline control #129
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 🧼 SwiftFormat | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| jobs: | |
| swiftformat: | |
| runs-on: macOS-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Install SwiftFormat | |
| run: brew install swiftformat | |
| - name: Run SwiftFormat in Strict Mode | |
| run: swiftformat . --strict |