Skip to content

Updated podspec to version 0.0.2 #38

Updated podspec to version 0.0.2

Updated podspec to version 0.0.2 #38

Workflow file for this run

name: SwiftLint Check
on:
pull_request:
branches:
- main
- dev
push:
branches:
- main
- dev
jobs:
lint:
runs-on: macOS-latest
steps:
- name: Check out the code
uses: actions/checkout@v3
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
run: swiftlint --strict