Skip to content

Commit b6a32eb

Browse files
rnroglbrntt
andauthored
add .spi.yml (#297)
Add .spi.yml for `Crypto` target so that DocC documentation is generated. Co-authored-by: George Barnett <[email protected]>
1 parent e14f4bb commit b6a32eb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
license_header_check_project_name: "SwiftCrypto"
1313
format_check_enabled: false
14+
docs_check_enabled: false
1415

1516
cmake-lists:
1617
name: Check cmake lists

.spi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- documentation_targets: [Crypto]

0 commit comments

Comments
 (0)