Skip to content

Fix cocoapods installation instructions in README.md #32

Fix cocoapods installation instructions in README.md

Fix cocoapods installation instructions in README.md #32

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