From 8453c7a431d1aadd8c76ea2c1474b1bd76c23c47 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 2 Aug 2024 09:54:07 +0200 Subject: [PATCH] ci: add link checker action (#1736) --- .github/workflows/links.yml | 17 +++++++++++++++++ 1 file changed, 17 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 000000000..7dd8398c0 --- /dev/null +++ b/.github/workflows/links.yml @@ -0,0 +1,17 @@ +name: Links + +on: + repository_dispatch: + workflow_dispatch: + schedule: + - cron: "00 18 * * *" + +jobs: + linkChecker: + runs-on: ubuntu-latest + steps: + - name: Link Checker + id: lychee + uses: lycheeverse/lychee-action@v1 + with: + args: -vv https://microlink.io