File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11# This workflow builds and tests the project.
22# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
33
4- name : Build Runner
4+ name : Unit Test Runner
55
66on :
77 push :
1717 - uses : maxim-lobanov/setup-xcode@v1
1818 with :
1919 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 for all platforms
21+ run : bash scripts/test.sh ${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 44
55<p align =" center " >
66 <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 " />
88 <img src="https://img.shields.io/badge/platform-SwiftUI-blue.svg" alt="Swift UI" title="Swift UI" />
99 <a href="https://danielsaidi.github.io/RichTextKit"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
1010 <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