Skip to content

Commit

Permalink
issue #43: add line 80 check
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Nov 28, 2023
1 parent be08274 commit 71dad0c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ jobs:

- name: Validating links
uses: gaurav-nelson/github-action-markdown-link-check@v1

- name: Verify line 80 wrap
uses: DavidAnson/markdownlint-cli2-action@v14
with:
config: .markdownlint.json
5 changes: 4 additions & 1 deletion .github/workflows/workflow-repo-standards-validation.md
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.
5 changes: 5 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"MD013": {
"line_length": 80
}
}

0 comments on commit 71dad0c

Please sign in to comment.