Skip to content

Small swiftlint improvements #89

Small swiftlint improvements

Small swiftlint improvements #89

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- "**/*.swift"
concurrency:
group: movapp-apple-swiftlint-${{ github.ref }}
cancel-in-progress: true
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --config .swiftlint.yml