corona-warn-app / cwa-website

Corona-Warn-App website. The CWA development ended on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
522 stars 225 forks source link

Add workflow to check markdown links #3408

Closed MikeMcC399 closed 1 year ago

MikeMcC399 commented 1 year ago

This PR implements the suggestion from https://github.com/corona-warn-app/cwa-website/issues/3407 "Add a workflow to check Markdown links".

The workflow is triggered by a pull_request or manually and it executes the command

npm run checklinks

to check Markdown (*.md) files in the top level of cwa-website and in the docs/ directory.


Internal Tracking ID: EXPOSUREAPP-14845

MikeMcC399 commented 1 year ago

The test ran successfully in the PR. See job 7376874515.

Since all checks passed, this PR is ready for review and merge.

larswmh commented 1 year ago

Thanks for the PR @MikeMcC399!