Skip to content

Commit

Permalink
feat: Add markdown link checker (cloudspannerecosystem#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybell authored Jun 15, 2024
1 parent c7b7fc2 commit 79a5da7
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codehealth.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Code health checks (npm audit, eslint, tscompiler)"
name: "Code health checks (npm audit, eslint, tscompiler, ...)"

on:
push:
Expand Down Expand Up @@ -41,3 +41,6 @@ jobs:

- name: Execute "npm audit"
run: npm audit

- name: Execute "npm run markdown-link-check"
run: npm run markdown-link-check
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ echo "Running .husky/pre-commit checks. Use -n/--no-verify to skip"

npm run check-format
npm run eslint
npm run markdown-link-check
npm run mdlint
npm run typecheck
npm test
Loading

0 comments on commit 79a5da7

Please sign in to comment.