File tree Expand file tree Collapse file tree 3 files changed +10
-34
lines changed Expand file tree Collapse file tree 3 files changed +10
-34
lines changed Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout Source
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Build (macOS)
21
21
run : swift build -v
@@ -35,12 +35,12 @@ jobs:
35
35
build/reports/coverage.lcov
36
36
37
37
- name : Publish Test Results
38
- uses : EnricoMi/publish-unit-test-result-action/composite@v1
38
+ uses : EnricoMi/publish-unit-test-result-action/macos@v2
39
39
with :
40
40
files : build/reports/junit.xml
41
41
42
42
- name : Publish Code Coverage
43
- uses : vebr /jest-lcov-reporter@v0.2.1
43
+ uses : lifeart /jest-lcov-reporter@v0.4.0
44
44
with :
45
45
github-token : ${{ secrets.GITHUB_TOKEN }}
46
46
lcov-file : build/reports/coverage.lcov
51
51
52
52
steps :
53
53
- name : Checkout Source
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
56
56
- name : Build (Ubuntu)
57
57
run : swift build -v
Original file line number Diff line number Diff line change
1
+ version : 1
2
+ builder :
3
+ configs :
4
+ - documentation_targets : [CodeQuickKit]
Original file line number Diff line number Diff line change 2
2
3
3
A Swift library for simplifying some everyday tasks.
4
4
5
- <p >
6
- <img src="https://github.com/richardpiazza/CodeQuickKit/workflows/Swift/badge.svg?branch=main" />
7
- <img src="https://img.shields.io/badge/Swift-5.5-orange.svg" />
8
- <a href="https://twitter.com/richardpiazza">
9
- <img src="https://img.shields.io/badge/twitter-@richardpiazza-blue.svg?style=flat" alt="Twitter: @richardpiazza" />
10
- </a>
11
- </p >
12
-
13
- ## 💻 Installation
14
-
15
- This software is distributed using [ Swift Package Manager] ( https://swift.org/package-manager ) .
16
- You can add it using Xcode or by listing it as a dependency in your ` Package.swift ` manifest:
17
-
18
- ``` swift
19
- let package = Package (
20
- ...
21
- dependencies: [
22
- .package (url : " https://github.com/richardpiazza/CodeQuickKit" , .upToNextMajor (from : " 7.0.0" )
23
- ],
24
- ...
25
- targets: [
26
- .target (
27
- name : " MyPackage" ,
28
- dependencies : [
29
- " CodeQuickKit"
30
- ]
31
- )
32
- ]
33
- )
34
- ```
5
+ [ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Frichardpiazza%2FCodeQuickKit%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex.com/richardpiazza/CodeQuickKit )
6
+ [ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Frichardpiazza%2FCodeQuickKit%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/richardpiazza/CodeQuickKit )
35
7
36
8
## 📌 Features
37
9
You can’t perform that action at this time.
0 commit comments