Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Commit 97f9d65

Browse files
authored
update (#108)
1 parent a3441f8 commit 97f9d65

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
name: ci
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
48

59
jobs:
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

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
2-
/.build
3-
/Packages
2+
*.xcodeproj
43
xcuserdata/
5-
.swiftpm
6-
Package.resolved
4+
5+
Packages/
6+
.build/
7+
.swiftpm

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

44
import PackageDescription

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

0 commit comments

Comments
 (0)