Skip to content

Commit 070b233

Browse files
committed
🔧 :: Remove --strict from SwiftLint (warning only)
1 parent 3e79120 commit 070b233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: brew install swiftlint
2424

2525
- name: Run SwiftLint
26-
run: swiftlint lint --strict
26+
run: swiftlint lint

0 commit comments

Comments
 (0)