Skip to content

Enterprise hosting support #45

Enterprise hosting support

Enterprise hosting support #45

Workflow file for this run

name: SwiftLint
on:
workflow_dispatch: {}
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: SwiftLint
run: swiftlint --quiet --reporter github-actions-logging