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 bb1a1a2 commit 827c31cCopy full SHA for 827c31c
.github/workflows/soundness.yml
@@ -10,6 +10,7 @@ jobs:
10
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
11
with:
12
api_breakage_check_container_image: swift:latest
13
+ docs_check_container_image: swift:latest
14
unacceptable_language_check_enabled: false # Valkey commands contain unacceptable language
15
license_header_check_enabled: false # Temporarily disable
16
format_check_enabled: false # Temporarily disable
.spi.yml
@@ -0,0 +1,5 @@
1
+version: 1
2
+builder:
3
+ configs:
4
+ - documentation_targets: [Valkey]
5
+ swift_version: 6.1
0 commit comments