Skip to content

Commit

Permalink
🔧 move markdownlint config so editors will pick it up
Browse files Browse the repository at this point in the history
Signed-off-by: ctcpip <[email protected]>
  • Loading branch information
ctcpip committed Jun 14, 2023
1 parent 136932d commit 27c4189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_MARKDOWN: true
LINTER_RULES_PATH: /
MARKDOWN_CONFIG_FILE: .markdownlint.yml
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "OpenSSF Repository for the Best Practices for OSS Developers WG",
"scripts": {
"format": "npx prettier --write . && npx markdownlint --fix '**/*.md' --ignore node_modules --config .github/linters/.markdown-lint.yml"
"format": "npx prettier --write . && npx markdownlint --fix '**/*.md' --ignore node_modules"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 27c4189

Please sign in to comment.