We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c96988e + 026ca0b commit 59e10e4Copy full SHA for 59e10e4
.github/workflows/check.yaml
@@ -53,8 +53,7 @@ jobs:
53
xcode-version: 26.0
54
55
- name: Spec coverage
56
- # TODO: Remove spec-commit-sha once https://github.com/ably/specification/pull/387 and https://github.com/ably/specification/pull/393 merged
57
- run: swift run BuildTool spec-coverage --spec-commit-sha 9cf3d9c
+ run: swift run BuildTool spec-coverage
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
0 commit comments