Skip to content

Commit 3409c24

Browse files
committed
swift.yml changes
1 parent 5c6b55e commit 3409c24

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Build
1515
run: swift build -v
1616
- name: Run tests

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# swift-doc-coverage
22

3-
Generates documentation coverage statistics for Swift files
3+
Generates documentation coverage statistics for Swift files.
44

55
## Installation
66

@@ -9,13 +9,5 @@ Generates documentation coverage statistics for Swift files
99
Run `install.sh` script from Github with next command to install manually:
1010

1111
```terminal
12-
$ bash <(curl -s https://raw.githubusercontent.com/ikhvorost/swift-doc-coverage/main/install.sh)
13-
```
14-
15-
Or run the following commands to clone, build and install separately:
16-
17-
```terminal
18-
$ git clone https://github.com/ikhvorost/swift-doc-coverage.git
19-
$ cd swift-doc-coverage
20-
$ make install
12+
$ sudo bash <(curl -s https://raw.githubusercontent.com/ikhvorost/swift-doc-coverage/main/install.sh)
2113
```

0 commit comments

Comments
 (0)