From e6933d4f1b7161f46b959a1ec7b9025f14422652 Mon Sep 17 00:00:00 2001 From: Will Gibson <8738245+WillGibson@users.noreply.github.com> Date: Sat, 24 May 2025 10:09:46 +0100 Subject: [PATCH 1/5] Add markdown-link-check-action --- .github/workflows/check-links.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/check-links.yml diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml new file mode 100644 index 0000000..6e423d3 --- /dev/null +++ b/.github/workflows/check-links.yml @@ -0,0 +1,19 @@ +name: Check links + +permissions: + contents: read + pull-requests: write + +on: + push: + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - uses: tcort/github-action-markdown-link-check@v1 + with: + use-quiet-mode: 'yes' From 7af6a9d5ce9cbc57dd49d0a0960e52e1ebad6f83 Mon Sep 17 00:00:00 2001 From: Will Gibson <8738245+WillGibson@users.noreply.github.com> Date: Sat, 24 May 2025 10:11:29 +0100 Subject: [PATCH 2/5] Break a link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b93432..dd02528 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ poetry run pytest ## Metrics - [Codecov](https://app.codecov.io/gh/WillGibson/python-sandpit) -- +- [CodecovXX](https://app.codXXecov.io/gh/WillGibson/python-sandpit) + ## Mutation testing Using [mutmut](https://github.com/boxed/mutmut) as a tool to help identify gaps in our unit test coverage. From 96c95366e9655d35e3e355868a1ef65735602dbf Mon Sep 17 00:00:00 2001 From: Will Gibson <8738245+WillGibson@users.noreply.github.com> Date: Sat, 24 May 2025 10:12:46 +0100 Subject: [PATCH 3/5] Break a link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd02528..f5ad599 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ poetry run pytest - [Codecov](https://app.codecov.io/gh/WillGibson/python-sandpit) - [CodecovXX](https://app.codXXecov.io/gh/WillGibson/python-sandpit) +- [good heading](#python-sandpit) +- [bad heading](#pythonXX-sandpit) ## Mutation testing From 1bb84c989095bf86924f0ce5a771e1bdd4b858d8 Mon Sep 17 00:00:00 2001 From: Will Gibson <8738245+WillGibson@users.noreply.github.com> Date: Sat, 24 May 2025 10:14:02 +0100 Subject: [PATCH 4/5] use-quiet-mode: 'no' --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 6e423d3..3a8e3c4 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -16,4 +16,4 @@ jobs: - uses: tcort/github-action-markdown-link-check@v1 with: - use-quiet-mode: 'yes' + use-quiet-mode: 'no' From f29920a27a83584375047ff0c02e39db92c65b4c Mon Sep 17 00:00:00 2001 From: Will Gibson <8738245+WillGibson@users.noreply.github.com> Date: Sat, 24 May 2025 10:15:20 +0100 Subject: [PATCH 5/5] revert broken links etc. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f5ad599..5607440 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ poetry run pytest ## Metrics - [Codecov](https://app.codecov.io/gh/WillGibson/python-sandpit) -- [CodecovXX](https://app.codXXecov.io/gh/WillGibson/python-sandpit) -- [good heading](#python-sandpit) -- [bad heading](#pythonXX-sandpit) ## Mutation testing