Skip to content

Commit

Permalink
Template infra deploy #11408950522
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Oct 18, 2024
1 parent beeea63 commit c1d3f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .template-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
077a9804427b6e3d45caaaf1028ad4a2a15a3742
32ce571bd5656c4efc0615c58b2e8ed2a3a739f8
2 changes: 1 addition & 1 deletion bin/lint-markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ link_check_config=".github/workflows/markdownlint-config.json"

# Recursively find all markdown files (*.md) in the current directory, excluding node_modules and .venv subfolders.
# Pass them in as args to the lint command using the handy `xargs` command.
find . -name \*.md -not -path "*/node_modules/*" -not -path "*/.venv/*" -not -path "*/.terraform/*" -print0 | xargs -0 -n1 npx markdown-link-check --config "${link_check_config}"
find . -name \*.md -not -path "*/node_modules/*" -not -path "*/.venv/*" -not -path "*/.terraform/*" -print0 | xargs -0 -n1 npx markdown-link-check --quiet --config "${link_check_config}"

0 comments on commit c1d3f03

Please sign in to comment.