From 5afe621a81b8eb6f5c3fb4a723118c92a7f8c3a0 Mon Sep 17 00:00:00 2001 From: Robert Lanzafame Date: Mon, 7 Apr 2025 05:29:21 +0200 Subject: [PATCH 1/2] add linkspector --- .github/workflows/links.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/links.yml diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml new file mode 100644 index 00000000..804b4a35 --- /dev/null +++ b/.github/workflows/links.yml @@ -0,0 +1,14 @@ +name: Linkspector +on: [pull_request] +jobs: + check-links: + name: runner / linkspector + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run linkspector + uses: umbrelladocs/action-linkspector@v1 + with: + github_token: ${{ secrets.github_token }} + reporter: github-pr-review + fail_level: any \ No newline at end of file From 878434b145416ba8b156270db889a6d28ba47d70 Mon Sep 17 00:00:00 2001 From: Robert Lanzafame Date: Mon, 7 Apr 2025 05:30:08 +0200 Subject: [PATCH 2/2] bump --- book/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/intro.md b/book/intro.md index f5784e33..a9185900 100644 --- a/book/intro.md +++ b/book/intro.md @@ -16,4 +16,4 @@ There are several "parts" to the manual: - The **Features** part describes a suite of tools that are useful for teachers, many of which are developed by TeachBooks contributors specifically for use in education. Many of these tools are illustrated in the **Examples**. - A few special tools are included in the **Editing Tools** that are useful when writing content. -See the final chapters of this book (under **Miscellaneous**) for additional information about References, Credits, etc. +See the final chapters of this book (under **Miscellaneous**) for additional information about References, Credits, etc. \ No newline at end of file