We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9d943 commit aa24266Copy full SHA for aa24266
.github/workflows/pull_request.yml
@@ -11,6 +11,7 @@ jobs:
11
with:
12
license_header_check_project_name: "swift-kafka-client"
13
api_breakage_check_enabled: false # requires libsasl2-dev
14
+ docs_check_enabled: false # requires libsasl2-dev
15
16
unit-tests:
17
name: Unit tests
.spi.yml
@@ -0,0 +1,4 @@
1
+version: 1
2
+builder:
3
+ configs:
4
+ - documentation_targets: [Kafka, KafkaFoundationCompat]
0 commit comments