Skip to content

Product Options + Multiple Channels and Virtual Backgrounds #40

Product Options + Multiple Channels and Virtual Backgrounds

Product Options + Multiple Channels and Virtual Backgrounds #40

Workflow file for this run

name: swiftlint
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
swiftlint:
runs-on: macos-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Swift Lint 🧹
run: swiftlint --strict