Skip to content

Commit 7fc8f55

Browse files
authored
Tiny edit
1 parent ae4e652 commit 7fc8f55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

server.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ def create_check_run
9999
)
100100

101101
# You requested the creation of a check run from GitHub. Now, you'll wait
102-
# to get confirmation from GitHub in form of a webhook that it was created before starting CI.
103-
# Equivalently, a 201 response from POST /repos/:owner/:repo/check-runs could also be used as confirmation.
102+
# to get confirmation from GitHub, in the form of a webhook, that it was
103+
# created before starting CI. Equivalently, a 201 response from
104+
# POST /repos/:owner/:repo/check-runs could also be used as confirmation.
104105
end
105106

106107
# Start the CI process

0 commit comments

Comments
 (0)