Create lint-pr.yaml

This commit is contained in:
aiden vigue 2021-06-19 11:10:34 -04:00 committed by GitHub
parent b624fb1624
commit 84970a80ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/lint-pr.yaml vendored Normal file
View File

@ -0,0 +1,17 @@
name: "Lint 🧹"
on:
pull-request:
branches: [ main ]
jobs:
build:
name: "Lint 🧹"
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Run SwiftLint
run: swiftlint