Skip to content

Separated code to more do-catch blocks to have more log possibilities #70

Separated code to more do-catch blocks to have more log possibilities

Separated code to more do-catch blocks to have more log possibilities #70

Workflow file for this run

name: lint
on:
push:
branches:
- develop
- main
pull_request:
jobs:
pod:
name: Pod Lib Lint
runs-on: macos-12
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Set proper xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.0'
- name: Build the framework
run: ./scripts/build.sh
- name: Lint
run: pod lib lint --allow-warnings
swift:
name: Swift Lint
runs-on: macos-12
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Set proper xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.0'
- name: Lint
run: swiftlint --strict