Skip to content

Release 1.2.0

Release 1.2.0 #306

Workflow file for this run

name: SwiftLint
on:
pull_request:
types: [ opened, synchronize ]
jobs:
SwiftLint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Run SwiftLint
run: swiftlint lint --strict --reporter github-actions-logging