Skip to content

Commit 6230cb5

Browse files
committed
further wording edits to github workflows docs (mainly clarifying that its run on PRs as well)
1 parent b450152 commit 6230cb5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

en/contributing/how-to-improve-the-help-page.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,13 @@ To edit more than one file at a time, add screenshots, and for other more advanc
5656

5757
### Github workflows
5858

59-
In order to find broken links and find Markdown errors, you can use the "Check Links" and "Lint" workflows respectively. These are provided in `.github/workflows` and run each time you push to the documentation repo. You are recommended to check the results of these workflows on your local fork after pushing changes to it to catch minor mistakes.
59+
Two workflows are triggered each time you push or pull request.
6060
- Lint workflow checks for minor Markdown formatting style issues.
6161
- Check links workflow checks for broken links, e.g. to images or external resources.
6262

63-
On your local fork, you can check the results of the workflows in the Actions tab > All actions panel on Github as shown below. Click on a specific workflow and its run to check it.
63+
On PRs, you are able to view the results directly on the PR (though you have to wait for a maintainer to approve running the workflow). You can also view the results on the local fork of the repo that you pushed to (which you are recommended to check first so you can fix mistakes before the maintainer has to look at it).
64+
65+
On your local fork, you can check the results of the workflows in the Actions tab > All actions panel on Github as shown below. Click on a specific workflow and its run to check the results.
6466

6567
### Notes on links workflow
6668

0 commit comments

Comments
 (0)