File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 17
17
- uses : maxim-lobanov/setup-xcode@v1
18
18
with :
19
19
xcode-version : latest-stable
20
- - name : Build all platforms
21
- run : bash scripts/build.sh ${{ github.event.repository.name }}
22
- - name : Test iOS
23
- run : bash scripts/test.sh ${{ github.event.repository.name }}
20
+ - name : Run unit tests on all platforms
21
+ run : bash scripts/test.sh ${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 4
4
5
5
<p align =" center " >
6
6
<img src="https://img.shields.io/github/v/release/danielsaidi/RichTextKit?color=%2300550&sort=semver" alt="Version" />
7
- <img src="https://img.shields.io/badge/Swift-5.9 -orange.svg" alt="Swift 5.9 " />
7
+ <img src="https://img.shields.io/badge/Swift-6.0 -orange.svg" alt="Swift 6.0 " />
8
8
<img src="https://img.shields.io/badge/platform-SwiftUI-blue.svg" alt="Swift UI" title="Swift UI" />
9
9
<a href="https://danielsaidi.github.io/RichTextKit"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
10
10
<img src="https://img.shields.io/github/license/danielsaidi/RichTextKit" alt="MIT License" />
You can’t perform that action at this time.
0 commit comments