-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be08274
commit 71dad0c
Showing
3 changed files
with
14 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
## Reusable Workflow for Standardization Validation | ||
|
||
- **Purpose:** Validate the organization's standards across projects. | ||
- **Usage:** Call this workflow while making sure the necessary secrets are inherited for successful execution. | ||
- **Steps** | ||
1. Check for markdown dead links | ||
2. Validate line 80 wrap | ||
- **Usage:** Call this workflow while making sure the necessary secrets are inherited for successful execution. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"MD013": { | ||
"line_length": 80 | ||
} | ||
} |