Skip to content

Fixed warnigns when integrated with using swift pm (#119) #157

Fixed warnigns when integrated with using swift pm (#119)

Fixed warnigns when integrated with using swift pm (#119) #157

Workflow file for this run

name: lint
on:
push:
branches:
- develop
- master
pull_request:
jobs:
pod:
name: Pod Lib Lint
runs-on: macos-12
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- 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