Skip to content

Removed serialAll option from concurrency settings (#63) #102

Removed serialAll option from concurrency settings (#63)

Removed serialAll option from concurrency settings (#63) #102

Workflow file for this run

name: lint
on:
push:
branches:
- develop
- main
pull_request:
jobs:
swift:
name: Swift Lint
runs-on: macos-13
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Lint
run: swiftlint --strict