Skip to content

Commit 8d5c139

Browse files
committed
GitHub version.
1 parent a07e590 commit 8d5c139

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.github/workflows/spm.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Swift
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: macos-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: Build
11+
run: swift build
12+
- name: Test
13+
run: swift test

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,14 @@
66
[![gitee 镜像](https://img.shields.io/badge/%E9%95%9C%E5%83%8F-gitee-C61E22.svg?style=flat-square)](https://gitee.com/b9swift/AssociatedObject)
77
[![GitHub Source](https://img.shields.io/badge/Source-GitHub-24292F.svg?style=flat-square)](https://github.com/b9swift/AssociatedObject)
88

9-
Objective-C associated object 的 Swift 封装。
10-
119
Objective-C associated value wrapper.
1210

13-
## 集成
14-
15-
使用 Swift Package Manager 或手工导入。
16-
17-
You can also use [GitHub source](https://github.com/b9swift/AssociatedObject).
18-
1911
## Installation
2012

2113
Using Swift Package Manager or import manually.
2214

2315
你也可以使用 [gitee 镜像](https://gitee.com/b9swift/AssociatedObject)
2416

25-
## 使用
26-
2717
## Usage
2818

2919
```swift

0 commit comments

Comments
 (0)