Skip to content

CATTY-730 Fix new Swiftlint warnings #2299

CATTY-730 Fix new Swiftlint warnings

CATTY-730 Fix new Swiftlint warnings #2299

Workflow file for this run

name: swiftlint
on:
pull_request:
paths:
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint with SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --config .swiftlint.yml --strict
env:
WORKING_DIRECTORY: src