Skip to content

Merge pull request #9 from mariana0412/feature/cocoapods-support #31

Merge pull request #9 from mariana0412/feature/cocoapods-support

Merge pull request #9 from mariana0412/feature/cocoapods-support #31

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