Skip to content

Commit

Permalink
Merge branch 'ab/update-submitting-patches'
Browse files Browse the repository at this point in the history
Doc fix.

* ab/update-submitting-patches:
  SubmittingPatches: fix Asciidoc syntax in "GitHub CI" section
  • Loading branch information
gitster committed Nov 22, 2021
2 parents 0f2140f + edbd9f3 commit c152456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/SubmittingPatches
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ their trees themselves.
entitled "What's cooking in git.git" and "What's in git.git" giving
the status of various proposed changes.

== GitHub CI[[GHCI]]]
== GitHub CI[[GHCI]]

With an account at GitHub, you can use GitHub CI to test your changes
on Linux, Mac and Windows. See
Expand All @@ -463,7 +463,7 @@ Follow these steps for the initial setup:

After the initial setup, CI will run whenever you push new changes
to your fork of Git on GitHub. You can monitor the test state of all your
branches here: https://github.com/<Your GitHub handle>/git/actions/workflows/main.yml
branches here: `https://github.com/<Your GitHub handle>/git/actions/workflows/main.yml`

If a branch did not pass all test cases then it is marked with a red
cross. In that case you can click on the failing job and navigate to
Expand Down

0 comments on commit c152456

Please sign in to comment.