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 1
1
name : ci
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ branches : [ master ]
6
+ pull_request :
7
+ branches : [ master ]
4
8
5
9
jobs :
6
10
build :
7
11
8
12
runs-on : macos-latest
9
13
10
14
steps :
11
- - uses : actions/checkout@v1
15
+ - uses : actions/checkout@v2
12
16
- name : Build
13
17
run : swift build -v
14
18
- name : Run tests
Original file line number Diff line number Diff line change 1
1
.DS_Store
2
- /.build
3
- /Packages
2
+ * .xcodeproj
4
3
xcuserdata /
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
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
Original file line number Diff line number Diff line change 1
- # SwiftUI Grid
2
- SwiftUI Grid view layout with custom styles.
3
-
4
1
[ ![ Build Status] ( https://github.com/spacenation/swiftui-grid/workflows/ci/badge.svg )] ( https://github.com/spacenation/swiftui-grid/actions )
5
2
3
+ ## SwiftUI Grid
4
+ SwiftUI Grid view layout with custom styles.
5
+
6
6
## Features
7
7
- ZStack based layout
8
8
- Vertical and horizontal scrolling
You can’t perform that action at this time.
0 commit comments