File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments