Create lint-pr.yaml
This commit is contained in:
parent
b624fb1624
commit
84970a80ba
|
@ -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
|
Loading…
Reference in New Issue