├── .github └── workflows │ ├── comment-on-pr.yaml │ └── link-checker.yaml ├── README.md └── link_checker ├── README.md └── check.sh /.github/workflows/comment-on-pr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendwithus/vic-startup-jobs/HEAD/.github/workflows/comment-on-pr.yaml -------------------------------------------------------------------------------- /.github/workflows/link-checker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendwithus/vic-startup-jobs/HEAD/.github/workflows/link-checker.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendwithus/vic-startup-jobs/HEAD/README.md -------------------------------------------------------------------------------- /link_checker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendwithus/vic-startup-jobs/HEAD/link_checker/README.md -------------------------------------------------------------------------------- /link_checker/check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendwithus/vic-startup-jobs/HEAD/link_checker/check.sh --------------------------------------------------------------------------------