Skip to content

Handle title case words after initialisms #83

Handle title case words after initialisms

Handle title case words after initialisms #83

Workflow file for this run

name: SwiftLint
on:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize]
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
SwiftLint:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Run SwiftLint
run: swiftlint --quiet --reporter github-actions-logging