File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -179,3 +179,11 @@ jobs:
179179 run : make DERIVED_DATA_PATH=~/.derivedData SCHEME="SlackClone" XCODEBUILD_ARGUMENT=build xcodebuild
180180 - name : UserManagement
181181 run : make DERIVED_DATA_PATH=~/.derivedData SCHEME="UserManagement" XCODEBUILD_ARGUMENT=build xcodebuild
182+
183+ docs :
184+ name : Test docs
185+ runs-on : macos-15
186+ steps :
187+ - uses : actions/checkout@v4
188+ - name : Test docs
189+ run : make test-docs
Original file line number Diff line number Diff line change 11version : 1
2- external_links :
3- documentation : " https://supabase.com/docs/reference/swift"
2+ builder :
3+ configs :
4+ - platform : ios
5+ documentation_targets :
6+ - Supabase
7+ - Auth
8+ - Storage
9+ - PostgREST
10+ - Realtime
11+ - Functions
You can’t perform that action at this time.
0 commit comments