Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tridecatrix committed Oct 17, 2024
1 parent ff78d96 commit 30a465b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/contributing/how-to-improve-the-help-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ To edit more than one file at a time, add screenshots, and for other more advanc

### CI

Two CI jobs (called "workflows" in GitHub terminology) are triggered each time you push or pull request.
Two CI jobs (called "workflows" in GitHub terminology) are triggered each time you push or pull request.
- Lint workflow checks for minor Markdown formatting style issues.
- Check links workflow checks for broken links, e.g. to images or external resources.

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).
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).

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.

Expand Down

0 comments on commit 30a465b

Please sign in to comment.