fix: removed redundant colon

This commit is contained in:
hwachakarter
2026-04-22 11:31:17 +09:00
committed by GitHub
parent 706b16afe0
commit a8e77953e2
+1 -1
View File
@@ -19,5 +19,5 @@ jobs:
- name: Build
run: swift build -v
- name: Run tests
working-directory:: Sources/sonyalib
working-directory: Sources/sonyalib
run: swift test -v