Skip to content

updated swiftlint

updated swiftlint #14

Workflow file for this run

name: iOS starter workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
swiftlint:
name: Lint code with SwiftLint
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run SwiftLint
run: swiftlint lint --reporter github-actions-logging