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 beebb56 commit 694ad6fCopy full SHA for 694ad6f
.github/workflows/build-and-test.yml
@@ -66,7 +66,7 @@ jobs:
66
# Run the remainder of lint tests in `test/lint/`.
67
test/lint/lint-all.sh
68
69
- # Verify that scripted diffs are deterministically reproducable.
+ # Verify that scripted diffs are deterministically reproducible.
70
if [ "${{ github.event_name }}" = "pull_request" ]; then
71
COMMIT_RANGE="${{ github.base_ref }}..HEAD"
72
test/lint/commit-script-check.sh $COMMIT_RANGE
0 commit comments