-
Notifications
You must be signed in to change notification settings - Fork 60.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix formatting issues in documentation: Removed periods and added bac…
…kticks (#35696) Co-authored-by: Alex Nguyen <[email protected]>
- Loading branch information
1 parent
7221dab
commit c884174
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
A **workflow** is a configurable automated process that will run one or more jobs. Workflows are defined by a YAML file checked in to your repository and will run when triggered by an event in your repository, or they can be triggered manually, or at a defined schedule. | ||
|
||
Workflows are defined in the `.github/workflows` directory in a repository. A repository can have multiple workflows, each of which can perform a different set of tasks such as: | ||
* Building and testing pull requests. | ||
* Deploying your application every time a release is created. | ||
* Adding a label whenever a new issue is opened. | ||
* Building and testing pull requests | ||
* Deploying your application every time a release is created | ||
* Adding a label whenever a new issue is opened |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% data reusables.dependency-review.short-summary %} It provides an easily understandable visualization of dependency changes with a rich diff on the "Files Changed" tab of a pull request. Dependency review informs you of: | ||
* Which dependencies were added, removed, or updated, along with the release dates. | ||
* How many projects use these components. | ||
* Vulnerability data for these dependencies. | ||
* Which dependencies were added, removed, or updated, along with the release dates | ||
* How many projects use these components | ||
* Vulnerability data for these dependencies |