jellyflood/.github/workflows/lint-pr.yaml

18 lines
288 B
YAML

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 Swiftformat
run: swiftformat . --lint --config ".swiftformat"