We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0964db commit c40576eCopy full SHA for c40576e
.github/workflows/lint.yaml
@@ -0,0 +1,10 @@
1
+name: Lint
2
+on: pull_request
3
+
4
+jobs:
5
+ Lint:
6
+ runs-on: macos-latest
7
+ steps:
8
+ - uses: actions/checkout@v4
9
+ - name: SwiftFormat
10
+ run: swiftformat --lint . --reporter github-actions-log
Scripts/format.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+docker run --rm -v ./:/repo ghcr.io/nicklockwood/swiftformat:latest /repo
0 commit comments