Skip to content

Update build-and-test.yml #3

Update build-and-test.yml

Update build-and-test.yml #3

Workflow file for this run

name: SwiftLint
on: [push, pull_request]
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up SwiftLint
run: |
brew install swiftlint
- name: Run SwiftLint
run: swiftlint