Skip to content

added support for LiveKit Meet - https://meet.livekit.io/ - meeting links #148

added support for LiveKit Meet - https://meet.livekit.io/ - meeting links

added support for LiveKit Meet - https://meet.livekit.io/ - meeting links #148

Workflow file for this run

name: SwiftLint
on:
push:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint (Only files changed in the PR)
uses: norio-nomura/[email protected]
with:
args: --strict
env:
DIFF_BASE: ${{ github.base_ref }}