We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331224e commit b01ee4eCopy full SHA for b01ee4e
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- 5.7
34
steps:
35
- uses: actions/checkout@v2
36
- - name: Run Tests
+ - name: Test Library
37
uses: mxcl/xcodebuild@v1
38
with:
39
platform: ${{ matrix.platform }}
README.md
@@ -104,7 +104,7 @@ struct Swing: NavigationTransition {
104
}
105
```
106
107
-The [**Demo**](Demo) app showcases some of these transitions in action.
+The [**Demo**](Examples/Demo) app showcases some of these transitions in action.
108
109
### Interactivity
110
0 commit comments