Skip to content

Candidate v5.6.1

Candidate v5.6.1 #1099

Workflow file for this run

name: Swiftlint Check
on:
pull_request:
branches: [ master, candidate, gh-pages ]
jobs:
build:
runs-on: macos-latest
steps:
- name: Repository checkout
uses: actions/checkout@v2
- name: Run SwiftLint
run: swiftlint --strict