You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this template as a starting point for any Swift 6 module that you want other people to include in their projects.
4
8
5
9
:white_check_mark: STATUS: This template is ready and works in production code. See [releases](https://github.com/fulldecent/swift6-module-template/releases) to confirm we support the latest Xcode version.
@@ -14,7 +18,7 @@ Your new Swift module will immediately have working, compilable code, and implem
14
18
- Clean folder structure
15
19
- MIT license
16
20
- Testing as a standard
17
-
- Turnkey access to GitHub Actions testing
21
+
- Turnkey access to GitHub Actions testing recommended by the Swift project
18
22
- Semantic versioning and a CHANGELOG
19
23
- Included example/demo app using SwiftUI
20
24
- Use a Xcode project to manage your code
@@ -55,6 +59,33 @@ graph LR
55
59
end
56
60
```
57
61
62
+
## Deployment test
63
+
64
+
After updating the recipe and template xxPROJECTxNAMExx, also validate the GitHub Actions template for the inside project.
65
+
66
+
:information_source: This process is a workaround for a GitHub Actions system restriction that prevents one GitHub Action (the one for this template repository) from editing and kicking off another GitHub Action (the one inside the new xxPROJECTxNAMExx to test.
0 commit comments