Skip to content

iOS screen share audio #30

iOS screen share audio

iOS screen share audio #30

name: SwiftFormat Lint
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
swiftformat:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint
run: swiftformat --lint . --reporter github-actions-log
# Comes pre-installed on macOS runners