This repository was archived by the owner on Dec 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11name : ci
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : [ master ]
6+ pull_request :
7+ branches : [ master ]
48
59jobs :
610 build :
711
812 runs-on : macos-latest
913
1014 steps :
11- - uses : actions/checkout@v1
15+ - uses : actions/checkout@v2
1216 - name : Build
1317 run : swift build -v
1418 - name : Run tests
Original file line number Diff line number Diff line change 11.DS_Store
2- /.build
3- /Packages
2+ * .xcodeproj
43xcuserdata /
5- .swiftpm
6- Package.resolved
4+
5+ Packages /
6+ .build /
7+ .swiftpm
Original file line number Diff line number Diff line change 1- // swift-tools-version:5.1
1+ // swift-tools-version:5.2
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import PackageDescription
Original file line number Diff line number Diff line change 1- # SwiftUI Grid
2- SwiftUI Grid view layout with custom styles.
3-
41[ ![ Build Status] ( https://github.com/spacenation/swiftui-grid/workflows/ci/badge.svg )] ( https://github.com/spacenation/swiftui-grid/actions )
52
3+ ## SwiftUI Grid
4+ SwiftUI Grid view layout with custom styles.
5+
66## Features
77- ZStack based layout
88- Vertical and horizontal scrolling
You can’t perform that action at this time.
0 commit comments