We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b161bd2 commit 591ea24Copy full SHA for 591ea24
2 files changed
.github/workflows/swiftui-auth.yml
@@ -32,14 +32,8 @@ jobs:
32
- name: Install swiftformat
33
run: brew install swiftformat
34
35
- - name: Check FirebaseSwiftUI formatting
36
- run: swiftformat --lint ./FirebaseSwiftUI
37
-
38
- - name: Check SwiftUI Example formatting
39
- run: swiftformat --lint ./samples/swiftui/FirebaseSwiftUIExample
40
41
- - name: Check Package.swift formatting
42
- run: swiftformat --lint ./Package.swift
+ - name: Check Swift formatting
+ run: bash lint-swift.sh
43
44
# Package Unit Tests (standalone, no emulator needed)
45
unit-tests:
lint-swift.sh
@@ -0,0 +1,5 @@
1
+swiftformat --lint ./FirebaseSwiftUI
2
+
3
+swiftformat --lint ./samples/swiftui/FirebaseSwiftUIExample
4
5
+swiftformat --lint ./Package.swift
0 commit comments