Skip to content

Commit fa4d787

Browse files
committed
spelling: github
Signed-off-by: Josh Soref <[email protected]>
1 parent 9646c17 commit fa4d787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
run: |
5151
python setup.py bdist_wheel
5252
53-
# This is a noop job that is only needed for Github settings of the project.
54-
# Github doesn't allow requiring all the checks and instead makes you specify
53+
# This is a noop job that is only needed for GitHub settings of the project.
54+
# GitHub doesn't allow requiring all the checks and instead makes you specify
5555
# all the jobs one by one. "run-tests" however is a matrix job and specifying
56-
# all of its possible items is tedious. So we add this job to make Github happy.
56+
# all of its possible items is tedious. So we add this job to make GitHub happy.
5757
verify_tests_succeeded:
5858
name: Verify that tests succeeded
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)