Skip to content

Adds grpc setup

Adds grpc setup #29

Workflow file for this run

name: SwiftLint
on:
pull_request:
types: [opened, ready_for_review, synchronize]
jobs:
swiftlint:
runs-on: macOS-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
working-directory: iosApp
run: swiftlint