Skip to content

Commit a1e118e

Browse files
committed
Fix YAML comment issue
Signed-off-by: Adam Fowler <[email protected]>
1 parent ae8b7d4 commit a1e118e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Soundness
1717
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1818
with:
19-
unacceptable_language_check_enabled: false # Valkey commands contain unacceptable language
19+
unacceptable_language_check_enabled: false # Valkey commands contain unacceptable language
2020

2121
unit-tests:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)