Skip to content

Commit 4202901

Browse files
Merge pull request #8 from NeedleInAJayStack/chore/formatting
Adds standardized formatting
2 parents d0964db + 8ae4978 commit 4202901

File tree

74 files changed

+1251
-1256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1251
-1256
lines changed

.github/workflows/lint.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)