Skip to content

locheck: add support for linux. (#56) #174

locheck: add support for linux. (#56)

locheck: add support for linux. (#56) #174

Workflow file for this run

name: SwiftFormat + SwiftLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install Mint
run: brew install mint
- name: SwiftFormat
run: swiftformat --lint --verbose
- name: SwiftLint
run: swiftlint --strict --quiet