Skip to content

Commit

Permalink
Merge pull request #76 from artichoke/dev/lopopolo-purge-markdown-lin…
Browse files Browse the repository at this point in the history
…k-check

Remove markdown link check
  • Loading branch information
lopopolo authored Dec 25, 2024
2 parents bdf14f1 + 57b7f64 commit d2f1f5a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 55 deletions.
19 changes: 0 additions & 19 deletions .github/markdown-link-check.json

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/markdown-link-check.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"scripts": {
"fmt": "prettier --write \"**/*\"",
"fmt:sh": "shfmt -f . | grep -v node_modules | xargs shfmt -w -i 2 -ci -s",
"lint:sh": "shfmt -f . | grep -v node_modules | xargs shellcheck",
"release:markdown_link_check": "find . -name '*.md' -and -not -path '*/node_modules/*' | sort | xargs -n1 npx markdown-link-check --config .github/markdown-link-check.json"
"lint:sh": "shfmt -f . | grep -v node_modules | xargs shellcheck"
}
}

0 comments on commit d2f1f5a

Please sign in to comment.